From afe466d01ccf60a9746616ebc0e06f0383aa814f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 16 Sep 2022 12:24:30 +0200 Subject: Tell travis to wait for coverage report --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 23a4f9b7..41464d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ after_failure: - ./run.sh dump_logs after_success: - - NOT_CRAN=true ./run.sh coverage + - travis_wait NOT_CRAN=true ./run.sh coverage notifications: email: -- cgit v1.2.1