diff --git a/.travis.yml b/.travis.yml index 360e690b4..21aade658 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,4 +55,4 @@ matrix: script: - make CXX=$COMPILER CXXFLAGS="-lstdc++" - ./json_unit "*" - - valgrind --error-exitcode=1 --leak-check=full ./json_unit + - valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./json_unit