File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111 global :
1212 - DOCKER_OPTS="--rm -ti -v $(pwd):/mnt -w /mnt"
1313 DOCKER_CNTR="rcpp/ci"
14- R_BLD_CHK_OPTS="--no-vignettes --no-manual"
14+ R_BLD_OPTS="--no-build-vignettes --no-manual"
15+ R_CHK_OPTS="--no-vignettes --no-manual"
1516
1617before_install :
1718 - docker pull ${DOCKER_CNTR}
1819 - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -p -e 'sessionInfo()'
1920
2021install :
21- - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_CHK_OPTS } .
22+ - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD build ${R_BLD_OPTS } .
2223
2324script :
24- - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_BLD_CHK_OPTS } Rcpp_*.tar.gz
25+ - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_CHK_OPTS } Rcpp_*.tar.gz
2526
2627after_success :
2728 - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -l covr -e 'codecov()'
Original file line number Diff line number Diff line change 112018-09-28 Dirk Eddelbuettel <
[email protected] >
22
3- * .travis.yml (env): Correct R CMD check option to --no-vignettes
3+ * .travis.yml (env): Set distinct build and check options to skip
4+ tests of vignettes
45
562018-09-27 Dirk Eddelbuettel <
[email protected] >
67
You can’t perform that action at this time.
0 commit comments