Skip to content

Commit

Permalink
no unit tests on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
no1msd committed Oct 12, 2015
1 parent 9b47120 commit 35c059b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ matrix:
os: linux
- env:
- COMPILER=g++-4.8
- WITH_UNIT_TESTS=ON
- WITH_UNIT_TESTS=OFF
os: osx
- env:
- COMPILER=clang++
- WITH_UNIT_TESTS=OFF
os: osx

before_script:
Expand Down

0 comments on commit 35c059b

Please sign in to comment.