Skip to content

Commit fbba791

Browse files
committed
switch to r-ci using focal and bspm
1 parent 8e0cb34 commit fbba791

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.travis.yml

+18-8
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,36 @@
22

33
language: c
44
sudo: required
5-
dist: trusty
5+
dist: focal
6+
7+
jobs:
8+
include:
9+
- name: linux
10+
os: linux
11+
#- name: macOS
12+
# os: osx
13+
14+
env:
15+
global:
16+
- USE_BSPM="true"
17+
- _R_CHECK_FORCE_SUGGESTS_="false"
618

719
before_install:
8-
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh
9-
# add our launchpad repo which has additional packages -- not needed here
10-
# - sudo add-apt-repository -y ppa:edd/r-3.5
20+
- curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
1121
- ./run.sh bootstrap
1222

1323
install:
14-
- ./run.sh install_aptget r-cran-rcpp r-cran-matrix r-cran-inline r-cran-tinytest r-cran-pkgkitten r-cran-microbenchmark
24+
- ./run.sh install_all
1525

1626
script:
1727
- ./run.sh run_tests
1828

19-
#after_success:
20-
# - ./run.sh coverage
21-
2229
after_failure:
2330
- ./run.sh dump_logs
2431

32+
#after_success:
33+
# - ./run.sh coverage
34+
2535
notifications:
2636
email:
2737
on_success: change

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* inst/include/unsupported/Eigen: Idem
55
* patches/eigen-3.3.9.diff: Carried local CRAN patches forward
66

7+
* .travis.yml: Switch to r-ci using focal and bspm
8+
79
2020-08-16 Dirk Eddelbuettel <[email protected]>
810

911
* README.md: Add JSS badge

0 commit comments

Comments
 (0)