From cc89d84cf5c3389cdeee8e62f3bed54b89ce2764 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 25 Oct 2022 15:37:31 +0200 Subject: Another attempt to restore coverage on codecov --- .travis.yml | 5 +++-- 1 file 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: -- cgit v1.2.1