Skip to content

Commit

Permalink
User proper R Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Apr 5, 2016
1 parent fdd0d76 commit e401292
Showing 1 changed file with 3 additions and 31 deletions.
34 changes: 3 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
## Sample .travis.yml file for use with metacran/r-builder
## See https://github.com/metacran/r-builder for details.

language: c
sudo: required

before_install:
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
- chmod 755 pkg-build.sh
- ./pkg-build.sh bootstrap

install:
- ./pkg-build.sh install_deps

script:
- ./pkg-build.sh run_tests

after_failure:
- ./pkg-build.sh dump_logs

notifications:
email:
on_success: change
on_failure: change

env:
matrix:
- RVERSION=oldrel
- RVERSION=release
- RVERSION=devel

language: r
sudo: false
cache: packages

0 comments on commit e401292

Please sign in to comment.