# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r language: R sudo: false cache: packages r: - bioc-devel os: - linux warnings_are_errors: true r_packages: - covr after_success: - Rscript -e 'library(covr); codecov()' notifications: email: on_success: change on_failure: change