forked from ropensci/RNeXML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
27 lines (27 loc) · 1.25 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: c
script: "./travis-tool.sh run_tests"
before_script:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- sudo apt-get update -qq
- sudo apt-get install libxslt1-dev
- "./travis-tool.sh bootstrap"
- "./travis-tool.sh install_r_binary geiger phytools knitr testthat rfigshare ape
plyr taxize reshape2 httr rjava"
- "./travis-tool.sh install_github cboettig/Sxslt"
- Rscript -e 'options("repos"="http://cran.rstudio.com"); devtools::install_github("egonw/rrdf",
subdir="rrdflibs", build_vignettes=FALSE); devtools::install_github("egonw/rrdf",
subdir="rrdf", build_vignettes=FALSE)'
- "./travis-tool.sh install_deps"
- "./travis-tool.sh install_github cboettig/knitcitations"
notifications:
hipchat:
rooms:
secure: aeV2r8L8WTt1/FcRZgl0UHyZSxiQJgXyNAPuqEkmUGKV6bhGuQ5I36d7xOnlI8v8MAPUqH9co5t0uupY+81Etp+NE3hk+1J5bTqXfY6l/Bz2l6B51HAWnS6Wo25Bz0BPJdSfGqKYmlM4k+2khR15CSXlbxNimgFrvQ4WNndXPp0=
slack:
secure: Zk8ZqDoTGaT4s2OzKmpT3dc/Wk6Q8guOE+PVSDh1hPndxTViwkw5Tded5czsT1ZRthM0w38Zqebmk+pqtECJWOHnyQXd/Jyc8prwlrjf6bcVXtcwpMUdfHle5s/L5qoej4EAo6UC2Who63sv2vG1Dw+qzZiTAKXcu9Exd8w3kuA=
env:
global:
- R_BUILD_ARGS="--no-manual"
- R_CHECK_ARGS="--as-cran --no-manual"
- BOOTSTRAP_LATEX=""