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
1
+ 2015-02-13 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * .travis.yml (install): Switch to using ppa:edd/misc to install all the
4
+ R packages needed for the Travis CI run as r-cran-* binary packages
5
+
1
6
2015-02-12 JJ Allaire <
[email protected] >
2
7
3
8
* DESCRIPTION: bump version
You can’t perform that action at this time.
0 commit comments