travis: Include the online suite when running against Travis

This commit is contained in:
nulltoken 2013-01-06 14:40:32 +01:00
parent 2b7b3e1fae
commit 09556895b7
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ script:
# Run Tests
after_script:
- if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -iall; else echo "Skipping valgrind"; fi
- if [ -f ./libgit2_clar ]; then valgrind --leak-check=full --show-reachable=yes --suppressions=../libgit2_clar.supp ./libgit2_clar -ionline; else echo "Skipping valgrind"; fi
# Only watch the development branch
branches:

View File

@ -268,7 +268,7 @@ IF (BUILD_CLAR)
ENDIF ()
ENABLE_TESTING()
ADD_TEST(libgit2_clar libgit2_clar)
ADD_TEST(libgit2_clar libgit2_clar -ionline)
ENDIF ()
IF (TAGS)