Skip to content

Commit

Permalink
Try to exclude osx via stages filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk authored Jan 15, 2018
1 parent 6cc11d4 commit faa04b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ branches:
- develop

stages:
- linux
- osx
- name: linux
- name: osx
if: branch = develop

jobs:
include:
Expand All @@ -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
Expand Down

0 comments on commit faa04b2

Please sign in to comment.