We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8eeeeb commit b42472dCopy full SHA for b42472d
.travis.yml
@@ -27,7 +27,7 @@ script:
27
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_BLD_CHK_OPTS} Rcpp_*.tar.gz
28
29
after_success:
30
- - r -l covr -e 'codecov()'
+ - docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -l covr -e 'codecov()'
31
32
notifications:
33
email:
0 commit comments