Skip to content

Commit

Permalink
add travis thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 27, 2014
1 parent 39f866b commit c954c12
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Sample .travis.yml for R projects.
#
# See README.md for instructions, or for more configuration options,
# see the wiki:
# https://github.com/craigcitro/r-travis/wiki

language: c

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
script: ./travis-tool.sh run_tests

after_failure:
- ./travis-tool.sh dump_logs

notifications:
email:
on_success: change
on_failure: change

0 comments on commit c954c12

Please sign in to comment.