aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-06-04 16:05:04 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-06-04 16:05:04 +0200
commit1406e590f853bb46bd69dc9c4ca78d7202952386 (patch)
tree94f47ab25c3dd13f11dbe1aa323f97cd7f0d98e2
parent95178837d3f91e84837628446b5fd468179af2b9 (diff)
Let travis wait longer for the check to finish
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b1b59e1..73f66007 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,9 @@ addons:
- gcc
github_packages:
- r-lib/covr
+script:
+ - |
+ R CMD build .
+ travis_wait 30 R CMD check mkin.tar.gz
after_success:
- Rscript -e 'covr::codecov()'

Contact - Imprint