diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 20:40:05 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 20:40:05 +0200 |
commit | a8f09111573dc189f0bb4aef42328eece7b680c6 (patch) | |
tree | cd0c2544fc8db5768786a9121cfc8b39fa6454b0 /.travis.yml | |
parent | ec151046007d1fc57585e0a4fee8fb41300611e3 (diff) |
Try coverage from r-ci, re-add badges
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index feba6066..19e4c7ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: env: global: - USE_BSPM="true" - + before_install: - curl -OLs https://eddelbuettel.github.io/r-ci/r2u/run.sh - chmod 0755 run.sh @@ -27,9 +27,9 @@ script: after_failure: - ./run.sh dump_logs - -#after_success: -# - ./run.sh coverage + +after_success: + - ./run.sh coverage notifications: email: |