diff options
author | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:24:13 -0500 |
---|---|---|
committer | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:24:13 -0500 |
commit | 5026aec2b328c9fa2d04484b06becc7c31d04fe1 (patch) | |
tree | ccde4942c35d413c3c5fee443586b340fb862f4c /.travis.yml | |
parent | cfc39f5078ecea864d78d349264eb259d4604363 (diff) | |
download | libgit2-5026aec2b328c9fa2d04484b06becc7c31d04fe1.tar.gz |
Improve valgrind suppressions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: |