Skip to content

Commit 4a6cb61

Browse files
committed
use rcpp/ci container for Travis CI
1 parent 92cd42d commit 4a6cb61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

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

1616
before_install:
1717
- docker pull ${DOCKER_CNTR}
1818
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'
1919

2020
install:
21-
# Rcpp test runner can be forced to run more tests via this a variable
21+
# Rcpp test runner can be forced to run more tests via this variable
2222
- echo 'RunAllRcppTests="yes"' > ~/.Renviron
2323
#
2424
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_CHK_OPTS} .

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-09-17 Dirk Eddelbuettel <[email protected]>
2+
3+
* .travis.yml (env): Switch to rcpp/ci for ci use
4+
15
2018-09-15 Dirk Eddelbuettel <[email protected]>
26

37
* docker/ci/Dockerfile: Move Dockerfile to docker/ci

0 commit comments

Comments
 (0)