diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 16:27:07 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-06-04 16:27:07 +0200 |
commit | 1a9887c3278ac97feb5972c68d9756be430ea132 (patch) | |
tree | 2e8dec31315b3ea4a3129b637d2246984ebfdd58 | |
parent | 1406e590f853bb46bd69dc9c4ca78d7202952386 (diff) |
Fix travis configuration (hopefully)
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73f66007..25960287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ github_packages: script: - | R CMD build . - travis_wait 30 R CMD check mkin.tar.gz + travis_wait 30 R CMD check mkin_*.tar.gz after_success: - Rscript -e 'covr::codecov()' |