diff options
author | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:35:04 -0500 |
---|---|---|
committer | Philip Kelley <phkelley@hotmail.com> | 2013-01-25 23:39:18 -0500 |
commit | f42beff7e2e74da066eb91dac869c6f2e616f9e3 (patch) | |
tree | 855f75d95ad311b07eb08a1ea5538a19101cc2e4 /.travis.yml | |
parent | 4adb4815bf4be623f765b593e3a3d50ab9710aab (diff) | |
download | libgit2-f42beff7e2e74da066eb91dac869c6f2e616f9e3.tar.gz |
Expand valgrind suppressions even more for libssl, libcrypto
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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: |