File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed
Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 22
33language : c
44sudo : 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
719before_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
1323install :
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
1626script :
1727 - ./run.sh run_tests
1828
19- # after_success:
20- # - ./run.sh coverage
21-
2229after_failure :
2330 - ./run.sh dump_logs
2431
32+ # after_success:
33+ # - ./run.sh coverage
34+
2535notifications :
2636 email :
2737 on_success : change
Original file line number Diff line number Diff line change 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+
792020-08-16 Dirk Eddelbuettel <edd@debian.org>
810
911 * README.md: Add JSS badge
You can’t perform that action at this time.
0 commit comments