travis: remove verbose messages from cpp-coveralls

This commit is contained in:
Hugues Delorme 2015-09-10 12:11:07 +02:00
parent 4255ed3fed
commit 16fb28f6d9

View File

@ -39,7 +39,7 @@ script:
make check;
fi
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
$PYTHONUSERBASE/bin/coveralls --verbose --gcov-options '\-lp' --root .. --build-root . --dump dump_coveralls.json;
$PYTHONUSERBASE/bin/coveralls --exclude benchmarks --gcov-options '\-lp' --root .. --build-root .;
cat dump_coveralls.json;
fi