-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perhaps foolishly, trying a native travis CI
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |