From 6d394459414409f20f2b7bfa6e6c865060fdf626 Mon Sep 17 00:00:00 2001 From: blue Date: Sat, 13 Jan 2018 14:24:13 +0000 Subject: [PATCH] Only include Mac OS builds for develop branch --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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