Skip to content
Snippets Groups Projects
.travis.yml 277 B
Newer Older
Luke Zappia's avatar
Luke Zappia committed
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
Luke Zappia's avatar
Luke Zappia committed
r:
  - bioc-devel
  - bioc-release
Luke Zappia's avatar
Luke Zappia committed
sudo: false
cache: packages
Luke Zappia's avatar
Luke Zappia committed

after_success:
Luke Zappia's avatar
Luke Zappia committed
  - Rscript -e 'covr::codecov()'

notifications:
  email:
    on_success: change
    on_failure: change