Skip to content

Commit

Permalink
Exclude some OSX builds in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinamatthews committed Aug 13, 2019
1 parent 9f9c3cc commit d25d0bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ matrix:
exclude:
- env: RUN_TEST=1 THREADING="none" BUILD_CONFIG="auto"
os: osx
compiler: clang
- env: RUN_TEST=1 THREADING="none" BUILD_CONFIG="reference"
os: osx
- env: RUN_TEST=0 THREADING="tbb" BUILD_CONFIG="auto"
os: osx

before_install:
- 'if [ "$TRAVIS_OS_NAME" = "osx" ]; then
Expand Down

0 comments on commit d25d0bb

Please sign in to comment.