Skip to content
Snippets Groups Projects
Commit 3effa5a4 authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Copy/pasting revert.

parent f7951fed
No related branches found
No related tags found
1 merge request!90Adding citation file.
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis
language: r
language: c
os:
- osx
......@@ -14,12 +14,16 @@ env:
- BOOTSTRAP_LATEX=""
- NOT_CRAN="true"
r_packages:
- XML
- RCurl
- plyr
- reshape2
- lubridate
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
- "./travis-tool.sh bootstrap"
- "./travis-tool.sh install_deps - ./travis-tool.sh install_r XML RCurl plyr reshape2 lubridate httr knitr xtable testthat"
after_script:
- "./travis-tool.sh dump_logs"
notifications:
email:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment