diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2012-10-10 14:57:05 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2012-10-11 00:19:54 +0200 |
commit | a75770febc21f2ef0d47a49694f66e8b0f1316a6 (patch) | |
tree | c4228c247aa2f636c66ad28963d1d4aa18767897 /.travis.yml | |
parent | 9206976fc7cf2daa2db475a6b8fd03a838622112 (diff) | |
download | libgit2-a75770febc21f2ef0d47a49694f66e8b0f1316a6.tar.gz |
tests: add a test for tag autofollow behaviour
Also tell ctest and valgrind to run libgit2_clar with '-iall' so we
run the network tests in travis.
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 54da48a40..e8f37d229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: # Run Tests after_script: - ctest -V . - - if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar; else echo "Skipping valgrind"; fi + - if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -iall; else echo "Skipping valgrind"; fi # Only watch the development branch branches: |