Skip to content

Commit

Permalink
Add Travis config for Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
theaquamarine committed Jan 13, 2018
1 parent edd2eda commit 04fbe6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ matrix:
before_install:
- pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted'
- pwsh -c 'Install-Module Pester -Scope CurrentUser'
- os: osx
before_install:
- brew update
- brew tap caskroom/cask
- brew cask install powershell
- pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted'
- pwsh -c 'Install-Module Pester -Scope CurrentUser'

script:
- pwsh -c 'Import-Module Pester; Invoke-Pester -EnableExit'

0 comments on commit 04fbe6e

Please sign in to comment.