diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 15:37:31 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 15:37:31 +0200 |
commit | cc89d84cf5c3389cdeee8e62f3bed54b89ce2764 (patch) | |
tree | eb047204aee3efeb22a136d4f0d89351915b167b | |
parent | 32e73fbbda5e09e4ccb98857cea7cdc140a84254 (diff) |
Another attempt to restore coverage on codecov
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 57543c44..33070708 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ jobs: env: global: - USE_BSPM="true" + - NOT_CRAN="true" before_install: - curl -OLs https://eddelbuettel.github.io/r-ci/run.sh @@ -19,7 +20,7 @@ before_install: - ./run.sh bootstrap install: - - ./run.sh install_r nlme covr + - ./run.sh install_r nlme - ./run.sh install_all - ./run.sh install_github jranke/saemixextension@installable_dev_version @@ -30,7 +31,7 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait NOT_CRAN=true ./run.sh coverage + - travis_wait ./run.sh coverage notifications: email: |