From cde1892e258730f956211235e3eb217b00305009 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Tue, 10 Jul 2018 15:56:00 +0200 Subject: [PATCH] allow failure of covr --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86b3a460..459abf59 100755 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ r: - 3.0 # latest available release - release -r_packages: covr +r_packages: + allow_failures: + - covr cache: packages cran: https://cran.rstudio.com os: @@ -19,6 +21,7 @@ before_install: # postrun after_success: + allow_failures: - Rscript -e 'covr::codecov()' notifications: email: