Skip to content

Commit b42472d

Browse files
committed
correct code coverage invocation command for Travis CI
1 parent e8eeeeb commit b42472d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ script:
2727
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} R CMD check ${R_BLD_CHK_OPTS} Rcpp_*.tar.gz
2828

2929
after_success:
30-
- r -l covr -e 'codecov()'
30+
- docker run ${DOCKER_OPTS} ${DOCKER_CNTR} r -l covr -e 'codecov()'
3131

3232
notifications:
3333
email:

0 commit comments

Comments
 (0)