diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 16:53:41 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 16:53:41 +0200 |
commit | 7b5624ce352d4865026b5ccbf7b397f33fef58a3 (patch) | |
tree | 11f892f28bba0800d01b26c818a1630d979952f9 | |
parent | 1a9887c3278ac97feb5972c68d9756be430ea132 (diff) |
Also wait for codecov...
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 25960287..172d0236 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,4 @@ script: R CMD build . travis_wait 30 R CMD check mkin_*.tar.gz after_success: - - Rscript -e 'covr::codecov()' + - travis_wait 30 Rscript -e 'covr::codecov()' |