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 # Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis
language: r language: c
os: os:
- osx - osx
...@@ -14,12 +14,16 @@ env: ...@@ -14,12 +14,16 @@ env:
- BOOTSTRAP_LATEX="" - BOOTSTRAP_LATEX=""
- NOT_CRAN="true" - NOT_CRAN="true"
r_packages: script: "./travis-tool.sh run_tests"
- XML
- RCurl before_script:
- plyr - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- reshape2 - chmod 755 ./travis-tool.sh
- lubridate - "./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: notifications:
email: 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