diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 23:16:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-07-21 23:16:39 +0200 |
commit | 93256099d5c2536e8fab359d5afe58a361dc6139 (patch) | |
tree | 9f5ac7dab1e63707dbd1a7b0c921db7e9dad0e23 | |
parent | a8f09111573dc189f0bb4aef42328eece7b680c6 (diff) |
Try to tell covr that Travis is not CRAN
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 19e4c7ca..23a4f9b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ after_failure: - ./run.sh dump_logs after_success: - - ./run.sh coverage + - NOT_CRAN=true ./run.sh coverage notifications: email: |