Skip to content

Commit

Permalink
perhaps foolishly, trying a native travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Lowe authored and Will Lowe committed Apr 12, 2015
1 parent 3f2ddb3 commit ea16ebc
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,10 @@
# Sample .travis.yml for R projects from https://github.com/craigcitro/r-travis
# native travis

language: c
language: r

sudo: required

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
r_build_args: --no-manual

install:
- ./travis-tool.sh install_deps
warnings_are_errors: true

script: ./travis-tool.sh run_tests

after_failure:
- ./travis-tool.sh dump_logs

env:
- R_BUILD_ARGS="--no-manual"
- WARNINGS_ARE_ERRORS=1

notifications:
email:
on_success: change
on_failure: change

0 comments on commit ea16ebc

Please sign in to comment.