diff options
author | Vicent Marti <tanoku@gmail.com> | 2013-03-25 21:22:57 +0100 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-03-25 21:24:18 +0100 |
commit | c2ea65eec31bc3c2c406a6ad60691916779b23f2 (patch) | |
tree | 40fad06d673690e3871503e908701c37dd82c613 /.travis.yml | |
parent | f7110e6ca3f7a6a03a0c4d5d1b6c911ac7c419e0 (diff) | |
download | libgit2-c2ea65eec31bc3c2c406a6ad60691916779b23f2.tar.gz |
clar: Disable online tests. By now.
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 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: |