File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# Run Travis CI for R using https://eddelbuettel.github.io/r-travis/
22
33language : c
4-
54sudo : required
6-
75dist : trusty
86
97before_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
1513install :
Original file line number Diff line number Diff line change 1+ 2018-09-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * .travis.yml: Switch Travis CI to R 3.5 repo
4+
152018-05-30 Michael Weylandt <michael.weylandt@gmail.com>
26
37 * inst/examples/lmBenchmark.R: Update benchmark script to use
You can’t perform that action at this time.
0 commit comments