From 5db41313ba4b8652c90af2294871a662387210e9 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 10 Aug 2016 21:33:03 +0200 Subject: [PATCH] valgrind + full unit tests takes too long --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce3fc057..59f07481 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ matrix: sources: ['ubuntu-toolchain-r-test'] packages: [g++-4.9, valgrind] after_success: - - valgrind --error-exitcode=1 --leak-check=full test/json_unit -s "*" ; + - valgrind --error-exitcode=1 --leak-check=full test/json_unit # Coveralls