From 4da7b87f2d7869dc7d04169f40066a66d62be21f Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Mon, 15 Jan 2018 14:41:00 -0600 Subject: [PATCH] Try filtering on type instead of branch --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f7aafcc5..19f8aa301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ branches: stages: - name: linux - name: osx - if: branch = develop + if: type != pull_request jobs: include: @@ -25,8 +25,7 @@ jobs: before_install: - pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' - pwsh -c 'Install-Module Pester -Scope CurrentUser' - - if: branch = develop - stage: osx + - stage: osx os: osx before_install: - brew update