Silence coveralls to prevent 4MB logs

Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
This commit is contained in:
Jacob Torrey 2016-08-22 21:10:33 -06:00 committed by Jacob Torrey
parent 65041fbbf8
commit 9c71b9e9ce
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ matrix:
script:
- make -j2 debug-test
after_success:
- coveralls --exclude external --exclude tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp'
- travis_wait coveralls -e external -e tests -e cmake -e contrib -e translations -e utils --gcov-options '\-lp' &> /dev/null
#
# Monero release-all (gcc)