Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 29, 2017
1 parent 3f55c6d commit 570018a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -5,3 +5,4 @@
^.travis.yml$
^appveyor.yml$
^revdep$
^\.travis\.yml$
34 changes: 4 additions & 30 deletions .travis.yml
@@ -1,31 +1,5 @@
## 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
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages

0 comments on commit 570018a

Please sign in to comment.