summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArthur Schreiber <schreiber.arthur@googlemail.com>2015-06-27 14:54:19 +0200
committerArthur Schreiber <schreiber.arthur@googlemail.com>2015-06-27 14:54:19 +0200
commitb48dfe0bbe73c1b17ff645fdbe3dcd321b2b5a7b (patch)
tree00733b75529e86d1f6833d4d2b5788224663c6bd /.travis.yml
parent51f8799903eca039d093ad632b516770f7757a87 (diff)
downloadlibgit2-b48dfe0bbe73c1b17ff645fdbe3dcd321b2b5a7b.tar.gz
Always install valgrind via the apt addon.
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 c81fe9f23..9022fdec2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ addons:
- libssh2-1-dev
- openssh-client
- openssh-server
+ - valgrind
sudo: false
@@ -62,7 +63,6 @@ script:
# Run Tests
after_success:
- - if [ "$TRAVIS_OS_NAME" = "linux" -a -n "$VALGRIND" ]; then sudo apt-get -qq install valgrind; fi
- if [ "$TRAVIS_OS_NAME" = "linux" -a -n "$VALGRIND" ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=./libgit2_clar.supp _build/libgit2_clar -ionline; fi
# Only watch the development and master branches