mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Silence coveralls to prevent 4MB logs
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
This commit is contained in:
parent
65041fbbf8
commit
9c71b9e9ce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue