Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-03-26 01:35:36 +0400
committerPhilip Kelley <phkelley@hotmail.com>2013-03-26 01:35:36 +0400
commit2c7f7a66e9da70b90332a6c5d484ba8a77e42db4 (patch)
tree369d04a52ffa8c8fa7585e18546640ae95bb5492 /.travis.yml
parent13640d1bb8376e3f07f66498a5b9bdde9ff3d7d6 (diff)
http: Support 302 Found (arrbee did most of the work)
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 191ef9441..ad1172dfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ script:
# Run Tests
after_success:
- - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar
+ - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline
# Only watch the development branch
branches: