diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 15:02:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-25 15:02:14 +0200 |
commit | 32e73fbbda5e09e4ccb98857cea7cdc140a84254 (patch) | |
tree | de1e1194fc3ec584c36be397ae14496a33026743 | |
parent | e514f8235ee5398da5c5c83d472ca99dd5324066 (diff) |
Install covr on travis to restore codecov coverage
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 52d9ac32..57543c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - ./run.sh bootstrap install: - - ./run.sh install_r nlme + - ./run.sh install_r nlme covr - ./run.sh install_all - ./run.sh install_github jranke/saemixextension@installable_dev_version |