fix travis

This commit is contained in:
Thomas Fussell 2016-01-16 21:29:49 -08:00
parent 0649526796
commit f6411fd8f9

View File

@ -34,7 +34,7 @@ matrix:
script: script:
- mkdir build && cd build - mkdir build && cd build
- cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake - cmake -G "Unix Makefiles" -D SHARED=1 -D TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake
- make - make
- ../bin/xlnt.test - ../bin/xlnt.test