Skip to content

Commit

Permalink
Try filtering on type instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlbyk authored Jan 15, 2018
1 parent 5be371e commit 4da7b87
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
stages:
- name: linux
- name: osx
if: branch = develop
if: type != pull_request

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

0 comments on commit 4da7b87

Please sign in to comment.