Skip to content

Commit

Permalink
Only allow Linux integration test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Oct 20, 2018
1 parent ffe1ff3 commit 9f3d77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ script:
- if [ $INTEGRATION_TESTS == 'false' ]; then make test; fi
matrix:
allow_failures:
- env: INTEGRATION_TESTS=true
- os: linux
env: INTEGRATION_TESTS=true
exclude:
- os: linux
osx_image: xcode10
Expand Down

0 comments on commit 9f3d77d

Please sign in to comment.