aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-06-05 17:03:19 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-06-05 17:03:19 +0200
commit5243ac0ebe3223e5803b4ebee1cb619008638785 (patch)
tree6be4e8e47f8735f4bbce23d8abf328a700e028d8 /.travis.yml
parentb061a00ba4f9410a4b77e58a96fb7baa1247252b (diff)
parent4b323789265213bd65165873e7efe5e45a579275 (diff)
Merge branch 'algorithm'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b1b59e1..172d0236 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()'
+ - travis_wait 30 Rscript -e 'covr::codecov()'

Contact - Imprint