Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-01-26 08:24:13 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-01-26 08:24:13 +0400
commit5026aec2b328c9fa2d04484b06becc7c31d04fe1 (patch)
treeccde4942c35d413c3c5fee443586b340fb862f4c /.travis.yml
parentcfc39f5078ecea864d78d349264eb259d4604363 (diff)
Improve valgrind suppressions
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
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: