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:35:04 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-01-26 08:39:18 +0400
commitf42beff7e2e74da066eb91dac869c6f2e616f9e3 (patch)
tree855f75d95ad311b07eb08a1ea5538a19101cc2e4 /.travis.yml
parent4adb4815bf4be623f765b593e3a3d50ab9710aab (diff)
Expand valgrind suppressions even more for libssl, libcrypto
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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: