From 5be371ed64fd46ad600ae2290b5f403fe2970c14 Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Mon, 15 Jan 2018 14:38:16 -0600 Subject: [PATCH] Try conditional job? --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a410e8936..0f7aafcc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,8 @@ jobs: before_install: - pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' - pwsh -c 'Install-Module Pester -Scope CurrentUser' - - stage: osx + - if: branch = develop + stage: osx os: osx before_install: - brew update