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

Trying new travis config.

parent 219b564c
No related branches found
No related tags found
1 merge request!93Trying out r travis.
# 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: c language: r
os:
- osx
- linux
env: env:
global: global:
...@@ -19,8 +15,6 @@ script: "./travis-tool.sh run_tests" ...@@ -19,8 +15,6 @@ script: "./travis-tool.sh run_tests"
before_script: before_script:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./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: after_script:
- "./travis-tool.sh dump_logs" - "./travis-tool.sh dump_logs"
......
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