mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 18:46:13 +01:00
Update .travis.yml
This commit is contained in:
parent
1b3cc41c08
commit
ff90188f41
16
.travis.yml
16
.travis.yml
@ -1,21 +1,23 @@
|
|||||||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
||||||
|
|
||||||
|
# Setting up R deps
|
||||||
language: r
|
language: r
|
||||||
|
r: 3.2
|
||||||
|
r_packages: covr
|
||||||
cache: packages
|
cache: packages
|
||||||
|
|
||||||
|
# system deps
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
sudo: true
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y xclip
|
||||||
|
|
||||||
r:
|
# postrun
|
||||||
- 3.2
|
|
||||||
|
|
||||||
r_packages:
|
|
||||||
- covr
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- Rscript -e 'covr::codecov()'
|
- Rscript -e 'covr::codecov()'
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
Loading…
Reference in New Issue
Block a user