Skip to content

Commit 877964e

Browse files
committed
use ppa:edd/misc with pre-built binaries of the packages needed for Travis run
1 parent 150be95 commit 877964e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ before_install:
1717
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
1818
- chmod 755 ./travis-tool.sh
1919
- ./travis-tool.sh bootstrap
20+
- sudo add-apt-repository -y ppa:edd/misc
21+
- sudo apt-get update -q
2022

2123
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
2425

2526
script:
2627
- ./travis-tool.sh run_tests

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
2015-02-12 JJ Allaire <[email protected]>
27

38
* DESCRIPTION: bump version

0 commit comments

Comments
 (0)