aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-07-21 23:16:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-07-21 23:16:39 +0200
commit93256099d5c2536e8fab359d5afe58a361dc6139 (patch)
tree9f5ac7dab1e63707dbd1a7b0c921db7e9dad0e23 /.travis.yml
parenta8f09111573dc189f0bb4aef42328eece7b680c6 (diff)
Try to tell covr that Travis is not CRAN
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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:

Contact - Imprint