no unit tests on osx

This commit is contained in:
Daniel Sipka 2015-10-12 14:44:32 +02:00
parent 9b4712072b
commit 35c059b726

View File

@ -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: