Skip to content

Commit 579c47d

Browse files
authored
Merge pull request #896 from RcppCore/feature/rcpp_docker
use rcpp/rcpp-testing as the container for Travis
2 parents d2e2f55 + e08cd11 commit 579c47d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services: docker
1010
env:
1111
global:
1212
- DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
13-
DOCKER_CNTR="eddelbuettel/rcpp-testing"
13+
DOCKER_CNTR="rcpp/rcpp-testing"
1414
R_BLD_CHK_OPTS="--no-build-vignettes --no-manual"
1515

1616
before_install:

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-09-02 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml: Switch to rcpp/rcpp-testing container
4+
15
2018-08-29 Dirk Eddelbuettel <[email protected]>
26

37
* .travis.yml: Use Dockerfile

0 commit comments

Comments
 (0)