From faa04b207e44f1ce75401f0c581c7ffa77f8a7c6 Mon Sep 17 00:00:00 2001 From: Keith Dahlby Date: Mon, 15 Jan 2018 14:31:03 -0600 Subject: [PATCH] Try to exclude osx via stages filter --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29517294b..a410e8936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,9 @@ branches: - develop stages: -- linux -- osx +- name: linux +- name: osx + if: branch = develop jobs: include: @@ -25,7 +26,6 @@ jobs: - pwsh -c 'Set-PSRepository -Name PSGallery -InstallationPolicy Trusted' - pwsh -c 'Install-Module Pester -Scope CurrentUser' - stage: osx - if: branch = develop os: osx before_install: - brew update