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: