File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 1
- # Sample .travis.yml for R projects.
2
- #
3
- # See README.md for instructions, or for more configuration options,
4
- # see the wiki:
5
- # https://github.com/craigcitro/r-travis/wiki
1
+ # Run Travis CI for R using https://eddelbuettel.github.io/r-travis/
6
2
7
3
language : c
8
4
9
5
sudo : required
10
6
7
+ dist : trusty
8
+
11
9
env :
12
10
global :
13
- - R_BUILD_ARGS="--no-build-vignettes --no-manual"
14
- - R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
15
11
- RunAllRcppTests="yes"
16
- - CRAN="http://cran.us.r-project.org"
17
12
18
13
before_install :
19
- - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
20
- - chmod 755 ./travis-tool.sh
21
- - ./travis-tool.sh bootstrap
14
+ - curl -OLs http://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
15
+ # add our launchpad repo which has (inter alia) the r-cran-rbenchmark package
22
16
- sudo add-apt-repository -y ppa:edd/misc
23
- - sudo apt-get update -q
17
+ - ./run.sh bootstrap
24
18
25
19
install :
26
- # # note that we currently depend on highlight 0.4.4.1 from the PPA as 0.4.5 has issues
27
- - ./travis-tool.sh install_aptget r-cran-runit r-cran-inline r-cran-rbenchmark r-cran-highlight r-cran-pkgkitten
20
+ - ./run.sh install_aptget r-cran-runit r-cran-inline r-cran-rbenchmark r-cran-highlight r-cran-pkgkitten
28
21
29
22
script :
30
- - ./travis-tool .sh run_tests
23
+ - ./run .sh run_tests
31
24
32
25
after_failure :
33
- - ./travis-tool .sh dump_logs
26
+ - ./run .sh dump_logs
34
27
35
28
notifications :
36
29
email :
@@ -39,3 +32,4 @@ notifications:
39
32
slack :
40
33
secure : kUzgzzpgBMc6a+qSjGovfU14U7x9GUXfghDgyF5qBaND/MjFpkmTBfW438Out2buiY+hFNnZc4zThifJM300cOXbcwVentmzuVQ5lLjBhTDvwQgdqytgWr/Ds9dErBeMXr178UD3MJXSOCLhO0wUke2xp2ZsDhsjquT+vFYnuk8=
41
34
35
+
Original file line number Diff line number Diff line change
1
+ 2016-08-11 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * .travis.yml: Switch to using run.sh for Travis CI
4
+
1
5
2016-08-09 Artem Klevtsov <
[email protected] >
2
6
3
7
* inst/include/Rcpp/macros/dispatch.h: Add variadic conditional macro
You can’t perform that action at this time.
0 commit comments