no unit tests on osx
This commit is contained in:
parent
9b4712072b
commit
35c059b726
1 changed files with 5 additions and 1 deletions
|
@ -92,7 +92,11 @@ matrix:
|
||||||
os: linux
|
os: linux
|
||||||
- env:
|
- env:
|
||||||
- COMPILER=g++-4.8
|
- COMPILER=g++-4.8
|
||||||
- WITH_UNIT_TESTS=ON
|
- WITH_UNIT_TESTS=OFF
|
||||||
|
os: osx
|
||||||
|
- env:
|
||||||
|
- COMPILER=clang++
|
||||||
|
- WITH_UNIT_TESTS=OFF
|
||||||
os: osx
|
os: osx
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue