From 5026aec2b328c9fa2d04484b06becc7c31d04fe1 Mon Sep 17 00:00:00 2001 From: Philip Kelley Date: Fri, 25 Jan 2013 23:24:13 -0500 Subject: Improve valgrind suppressions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 32b1446b8..f0fd51cd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,13 +33,13 @@ script: # Run Tests after_success: - - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline + - valgrind --num-callers=30 --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline # Only watch the development branch branches: only: - development - + # Notify development list when needed notifications: irc: -- cgit v1.2.3