mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 19:26:12 +01:00
latest R version on both linux and macOS
This commit is contained in:
parent
f2684b29e7
commit
0da1071cd8
40
.travis.yml
40
.travis.yml
@ -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
|
||||||
- r: 3.2
|
|
||||||
- r: 3.3
|
|
||||||
- r: 3.4
|
|
||||||
- r: release
|
|
||||||
- r: devel
|
|
||||||
warnings_are_errors: false
|
|
||||||
|
|
||||||
r_packages: covr
|
|
||||||
cache: packages
|
|
||||||
cran: https://cran.rstudio.com
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
- r: 3.2
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- r: 3.3
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- r: 3.4
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- r: release
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
- r: devel
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
warnings_are_errors: false
|
||||||
|
r_packages: covr
|
||||||
|
cache: packages
|
||||||
|
cran: https://cran.rstudio.com
|
||||||
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user