diff options
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()' |