diff --git a/.travis.yml b/.travis.yml index 66932c5d6..103f7df97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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