AMR/.travis.yml

22 lines
332 B
YAML
Raw Normal View History

# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2018-03-11 21:00:11 +01:00
language: r
cache: packages
r:
- 3.0
r_packages:
- covr
after_success:
- Rscript -e 'covr::codecov()'
notifications:
email:
recipients:
- m.s.berends@umcg.nl
- c.f.luz@umcg.nl
on_success: change
on_failure: always