aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-09-16 12:24:30 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-09-16 12:24:30 +0200
commitafe466d01ccf60a9746616ebc0e06f0383aa814f (patch)
treec15e369bc978e41d043b19db93cc2caa7bd38f3f /.travis.yml
parent87872830f327ee427b0d229e0b9b72bae87b48df (diff)
Tell travis to wait for coverage report
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 23a4f9b7..41464d3d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ after_failure:
- ./run.sh dump_logs
after_success:
- - NOT_CRAN=true ./run.sh coverage
+ - travis_wait NOT_CRAN=true ./run.sh coverage
notifications:
email:

Contact - Imprint