Skip to content

Commit e401292

Browse files
committed
User proper R Travis
1 parent fdd0d76 commit e401292

File tree

1 file changed

+3
-31
lines changed

1 file changed

+3
-31
lines changed

.travis.yml

+3-31
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,3 @@
1-
## Sample .travis.yml file for use with metacran/r-builder
2-
## See https://github.com/metacran/r-builder for details.
3-
4-
language: c
5-
sudo: required
6-
7-
before_install:
8-
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
9-
- chmod 755 pkg-build.sh
10-
- ./pkg-build.sh bootstrap
11-
12-
install:
13-
- ./pkg-build.sh install_deps
14-
15-
script:
16-
- ./pkg-build.sh run_tests
17-
18-
after_failure:
19-
- ./pkg-build.sh dump_logs
20-
21-
notifications:
22-
email:
23-
on_success: change
24-
on_failure: change
25-
26-
env:
27-
matrix:
28-
- RVERSION=oldrel
29-
- RVERSION=release
30-
- RVERSION=devel
31-
1+
language: r
2+
sudo: false
3+
cache: packages

0 commit comments

Comments
 (0)