diff --git a/.travis.yml b/.travis.yml index a3b838f..18a7da2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: # - if [ "x$VALGRIND" == xyes && "x$DEBUG" == xyes ]; then valgrind ./tests/check_* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi after_success: - - if [ x$COVERALLS == xyes ]; then coveralls ; fi + - if [ x$COVERALLS == xyes ]; then coveralls --exclude php --exclude 3rdparty; fi cache: apt: true