summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2013-03-25 21:22:57 +0100
committerVicent Marti <tanoku@gmail.com>2013-03-25 21:24:18 +0100
commitc2ea65eec31bc3c2c406a6ad60691916779b23f2 (patch)
tree40fad06d673690e3871503e908701c37dd82c613 /.travis.yml
parentf7110e6ca3f7a6a03a0c4d5d1b6c911ac7c419e0 (diff)
downloadlibgit2-c2ea65eec31bc3c2c406a6ad60691916779b23f2.tar.gz
clar: Disable online tests. By now.
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 ad1172dfa..191ef9441 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 -ionline
+ - valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar
# Only watch the development branch
branches: