fix travis

This commit is contained in:
Thomas Fussell 2015-11-20 21:43:57 -05:00
parent 8c45076ad3
commit 2209540b70

View File

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