From 93256099d5c2536e8fab359d5afe58a361dc6139 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 21 Jul 2022 23:16:39 +0200 Subject: Try to tell covr that Travis is not CRAN --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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: -- cgit v1.2.1