update coverall --exlude option

This commit is contained in:
c9s 2014-06-02 10:23:55 +08:00
parent 33e16138bd
commit 324d7014b4

View file

@ -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