Skip to content

Commit

Permalink
Merge pull request #42 from lawinslow/master
Browse files Browse the repository at this point in the history
Travis R try
  • Loading branch information
Luke Winslow committed Mar 11, 2015
2 parents 613ff65 + a399ec4 commit 1de2dc0
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@
# see the wiki:
# https://github.com/craigcitro/r-travis/wiki

language: objective-c
language: r

env:
global:
- CRAN: http://owi.usgs.gov/R
- R_BUILD_ARGS=" "
- R_CHECK_ARGS="--as-cran"
- NOT_CRAN="true"

before_install:
- 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

after_failure:
- ./travis-tool.sh dump_logs
install:

notifications:
email:
on_success: change
on_failure: change

0 comments on commit 1de2dc0

Please sign in to comment.