We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0d76 commit e401292Copy full SHA for e401292
.travis.yml
@@ -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
+language: r
+sudo: false
+cache: packages
0 commit comments