diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-01 15:22:57 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-03-01 15:22:57 +0100 |
commit | ccae8c02b1e6a30911b9d1efdb388f30f9c9cb78 (patch) | |
tree | 92d8967c13629b0fc7c324a98e0bbc6696dfd551 /.travis.yml | |
parent | eae89711fe9fb104d7e708a1c93270d933d6068a (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.yml | 2 |
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()' |