# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
|
|
|
language: R
|
|
cache: packages
|
|
|
|
matrix:
|
|
include:
|
|
- r: devel
|
|
- r: release
|
|
- r: oldrel
|
|
- r: 3.5
|
|
- r: 3.4
|
|
- r: 3.3
|
|
|
|
# notifications only when things change
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|