diff --git a/.travis.yml b/.travis.yml index 958271ee..2f74a499 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,9 +37,9 @@ script: - mkdir build - cd build - cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_CXX_FLAGS="-lstdc++" ../cmake - - make VERBOSE=1 + - make - ../bin/xlnt.test - - valgrind --error-exitcode=1 --leak-check=full ../bin/xlnt.test + - valgrind --error-exitcode=1 --leak-check=full --suppressions=../.xlnt.supp --show-possibly-lost=no ../bin/xlnt.test after_success: - if [ "$COMPILER" = "g++-4.9" ]; then cd .. && mkdir build && cd build ; fi