Skip to content

Commit 95d0d2c

Browse files
committed
use PPA for R 3.5 with Travis (commented-out as no PPA needed here)
1 parent 19ce275 commit 95d0d2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Run Travis CI for R using https://eddelbuettel.github.io/r-travis/
22

33
language: c
4-
54
sudo: required
6-
75
dist: trusty
86

97
before_install:
108
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
119
# add our launchpad repo which has additional packages -- not needed here
12-
# - sudo add-apt-repository -y ppa:edd/misc
10+
# - sudo add-apt-repository -y ppa:edd/r-3.5
1311
- ./run.sh bootstrap
1412

1513
install:

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-09-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* .travis.yml: Switch Travis CI to R 3.5 repo
4+
15
2018-05-30 Michael Weylandt <michael.weylandt@gmail.com>
26

37
* inst/examples/lmBenchmark.R: Update benchmark script to use

0 commit comments

Comments
 (0)