File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,11 @@ before_install:
17
17
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
18
18
- chmod 755 ./travis-tool.sh
19
19
- ./travis-tool.sh bootstrap
20
+ - sudo add-apt-repository -y ppa:edd/misc
21
+ - sudo apt-get update -q
20
22
21
23
install :
22
- - ./travis-tool.sh install_aptget r-cran-runit
23
- - ./travis-tool.sh install_r inline rbenchmark highlight pkgKitten
24
+ - ./travis-tool.sh install_aptget r-cran-runit r-cran-inline r-cran-rbenchmark r-cran-highlight r-cran-pkgkitten
24
25
25
26
script :
26
27
- ./travis-tool.sh run_tests
Original file line number Diff line number Diff line change 3
3
* src/attributes.cpp: Allow includes of local files
4
4
(e.g. #include "foo.hpp") in sourceCpp
5
5
6
+ 2015-02-13 Dirk Eddelbuettel <
[email protected] >
7
+
8
+ * .travis.yml (install): Switch to using ppa:edd/misc to install all the
9
+ R packages needed for the Travis CI run as r-cran-* binary packages
10
+
6
11
2015-02-13 JJ Allaire <
[email protected] >
7
12
8
13
* src/attributes.cpp: Allow 'R' to come immediately after '***'
You can’t perform that action at this time.
0 commit comments