From ccae8c02b1e6a30911b9d1efdb388f30f9c9cb78 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Mar 2022 15:22:57 +0100 Subject: Let travis wait for covr as the last build timed out after not receiving output for 10 min in this step. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()' -- cgit v1.2.1