fix travis

This commit is contained in:
Thomas Fussell 2015-11-20 21:49:29 -05:00
parent 2209540b70
commit 52ebae54aa

View File

@ -35,7 +35,7 @@ matrix:
script:
- python configure --enable-tests
- env
- make VERBOSE=1 -C build CXX=$COMPILER CXXFLAGS="-lstdc++"
- make VERBOSE=1 -C build CMAKE_CXX_COMPILER=$COMPILER CMAKE_CXX_FLAGS="-lstdc++"
- ./bin/xlnt.test
- valgrind --error-exitcode=1 --leak-check=full ./xlnt.test