diff options
author | Jacob Torrey <discipleofranok@gmail.com> | 2016-08-22 21:10:33 -0600 |
---|---|---|
committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:03:27 -0600 |
commit | 9c71b9e9ceebccae522a70de2c95577cb390a3d3 (patch) | |
tree | 34fb6e2d2753e761c39207e8eeb7de0b7696d50a /.travis.yml | |
parent | Disabled libwallet_api_test until Issue #895 resolved (diff) | |
download | monero-9c71b9e9ceebccae522a70de2c95577cb390a3d3.tar.xz |
Silence coveralls to prevent 4MB logs
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ffc1df2a4..19a586d60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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) |