aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-01 15:22:57 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-01 15:22:57 +0100
commitccae8c02b1e6a30911b9d1efdb388f30f9c9cb78 (patch)
tree92d8967c13629b0fc7c324a98e0bbc6696dfd551 /.travis.yml
parenteae89711fe9fb104d7e708a1c93270d933d6068a (diff)
Let travis wait for covr
as the last build timed out after not receiving output for 10 min in this step.
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 fb23c151..ffe843e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,4 @@ script:
- R CMD check --no-tests mkin_*.tar.gz
- Rscript -e 'devtools::test()'
after_success:
- - Rscript -e 'covr::codecov()'
+ - travis_wait Rscript -e 'covr::codecov()'

Contact - Imprint