From 90a8ad63e3c861f15ad61379ed1355fd036ca6a7 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Mon, 19 Aug 2013 00:18:44 +0200 Subject: [PATCH] ci: Make Valgrind run on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71f8406fc..151060fb4 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: