fix travis

This commit is contained in:
Thomas Fussell 2015-11-20 21:33:38 -05:00
parent 6fd3fef717
commit 22068c2791

View File

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