Skip to content

Commit 37af01a

Browse files
committed
roll old versions from 3.4 + 3.5 to 3.5 + 3.6
1 parent 4088de8 commit 37af01a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
include:
1212
- name: release
1313
env: DOCKER_CNTR="rcpp/ci" R="R" COVR="no"
14-
- name: r-3.4
15-
env: DOCKER_CNTR="rcpp/ci-3.4" R="R" COVR="no"
14+
- name: r-3.6
15+
env: DOCKER_CNTR="rcpp/ci-3.6" R="R" COVR="no"
1616
- name: r-3.5
1717
env: DOCKER_CNTR="rcpp/ci-3.5" R="R" COVR="no"
1818
- name: dev

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020-06-07 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml (jobs): Replace R 3.4.3 with R 3.6.3 in matrix
4+
15
2020-06-05 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Version, Date): Roll minor version

inst/NEWS.Rd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
\item The exceptions test is now partially skipped on Solaris as
5858
it already is on Windows (Dirk in \ghpr{1065}).
5959
\item The default CI runner was upgraded to R 4.0.0 (Dirk).
60+
\item The CI matrix spans R 3.5, 3.6, r-release and r-devel (Dirk).
6061
}
6162
}
6263
}

0 commit comments

Comments
 (0)