From f42beff7e2e74da066eb91dac869c6f2e616f9e3 Mon Sep 17 00:00:00 2001 From: Philip Kelley Date: Fri, 25 Jan 2013 23:35:04 -0500 Subject: Expand valgrind suppressions even more for libssl, libcrypto --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f0fd51cd1..490f1462a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: # Run Tests after_success: - - valgrind --num-callers=30 --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline + - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline # Only watch the development branch branches: -- cgit v1.2.3