From fb7ff414adb53971f51470537a7a3405d25ce5c4 Mon Sep 17 00:00:00 2001 From: Niels Date: Sat, 2 Jan 2016 16:42:45 +0100 Subject: [PATCH] more Valgrind information --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 360e690b..21aade65 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