Skip to content

Commit

Permalink
Only include Mac OS builds for develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
theaquamarine committed Jan 13, 2018
1 parent 04fbe6e commit 6d39445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ matrix:
before_install:
- pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted'
- pwsh -c 'Install-Module Pester -Scope CurrentUser'
- os: osx
- if: branch = develop
os: osx
before_install:
- brew update
- brew tap caskroom/cask
Expand Down

0 comments on commit 6d39445

Please sign in to comment.