aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJacob Torrey <discipleofranok@gmail.com>2016-08-22 21:10:33 -0600
committerJacob Torrey <torreyj@ainfosec.com>2016-08-26 14:03:27 -0600
commit9c71b9e9ceebccae522a70de2c95577cb390a3d3 (patch)
tree34fb6e2d2753e761c39207e8eeb7de0b7696d50a /.travis.yml
parentDisabled libwallet_api_test until Issue #895 resolved (diff)
downloadmonero-9c71b9e9ceebccae522a70de2c95577cb390a3d3.tar.xz
Silence coveralls to prevent 4MB logs
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
Diffstat (limited to '')
-rw-r--r--.travis.yml2
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)