Skip to content

Commit

Permalink
travis again
Browse files Browse the repository at this point in the history
  • Loading branch information
sachsmc committed Nov 7, 2014
1 parent 576da57 commit 9e7fbc3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -3,4 +3,3 @@
.RData
.Rbuildignore
tufte_handout.Rproj
.travis.yml
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis

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

on_failure:
- ./travis-tool.sh dump_logs

notifications:
email:
on_success: change
on_failure: change

0 comments on commit 9e7fbc3

Please sign in to comment.