File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
language : c
4
4
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"
6
18
7
19
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
11
21
- ./run.sh bootstrap
12
22
13
23
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
15
25
16
26
script :
17
27
- ./run.sh run_tests
18
28
19
- # after_success:
20
- # - ./run.sh coverage
21
-
22
29
after_failure :
23
30
- ./run.sh dump_logs
24
31
32
+ # after_success:
33
+ # - ./run.sh coverage
34
+
25
35
notifications :
26
36
email :
27
37
on_success : change
Original file line number Diff line number Diff line change 4
4
* inst/include/unsupported/Eigen: Idem
5
5
* patches/eigen-3.3.9.diff: Carried local CRAN patches forward
6
6
7
+ * .travis.yml: Switch to r-ci using focal and bspm
8
+
7
9
2020-08-16 Dirk Eddelbuettel <
[email protected] >
8
10
9
11
* README.md: Add JSS badge
You can’t perform that action at this time.
0 commit comments