Commit 8f81ea45ca107c992313f76ee73316f16751e64e

Ben Straub 2013-08-18T18:30:48

Merge pull request #1793 from libgit2/ntk/valgrind Bring Valgrind back!

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.travis.yml b/.travis.yml
index 71f8406..151060f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ script:
 # Run Tests
 after_success:
  - sudo apt-get -qq install valgrind
- - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
+ - valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline
 
 # Only watch the development branch
 branches: