1
0
mirror of https://github.com/msberends/AMR.git synced 2024-12-26 07:26:13 +01:00

latest R version on both linux and macOS

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-07-10 16:17:09 +02:00
parent f2684b29e7
commit 0da1071cd8

View File

@ -1,24 +1,35 @@
# Setting up R deps # Setting up R deps
language: R language: r
dist: trusty
cache: packages
jobs: jobs:
include: include:
- r: 3.1 - r: 3.1
os:
- linux
- osx
- r: 3.2 - r: 3.2
os:
- linux
- osx
- r: 3.3 - r: 3.3
os:
- linux
- osx
- r: 3.4 - r: 3.4
os:
- linux
- osx
- r: release - r: release
os:
- linux
- osx
- r: devel - r: devel
os:
- linux
- osx
warnings_are_errors: false warnings_are_errors: false
r_packages: covr r_packages: covr
cache: packages cache: packages
cran: https://cran.rstudio.com cran: https://cran.rstudio.com
os:
- linux
- osx
before_install: before_install:
# needed for clipboard function: # needed for clipboard function:
# - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi # - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get -qq update; fi
@ -28,6 +39,7 @@ before_install:
# postrun # postrun
after_success: after_success:
- Rscript -e 'covr::codecov()' - Rscript -e 'covr::codecov()'
if: os = osx
notifications: notifications:
email: email:
recipients: recipients: