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

Trying to get travis to work.

parent 19b371ef
No related branches found
No related tags found
1 merge request!27Adding unix tests.
......@@ -2,19 +2,17 @@
language: c
before_install:
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
install:
- ./travis-tool.sh install_deps
- ./travis-tool.sh install_github USGS-R/EGRET
script: ./travis-tool.sh run_tests
- "./travis-tool.sh bootstrap"
- "./travis-tool.sh install_deps - ./travis-tool.sh install_r zoo XML RCurl dplyr reshape2 lubridate"
- "./travis-tool.sh install_github USGS-R/EGRET"
on_failure:
- ./travis-tool.sh dump_logs
- "./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