Skip to content

Commit 5eeec2c

Browse files
committed
also '--no-build-vignettes' as argument to R CMD check
1 parent b926524 commit 5eeec2c

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
@@ -24,7 +24,7 @@ notifications:
2424
env:
2525
global:
2626
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
27-
- R_CHECK_ARGS="--no-manual --as-cran"
27+
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
2828
# See the travis docs for more information:
2929
# http://about.travis-ci.org/docs/user/build-configuration/#The-Build-Matrix
3030

0 commit comments

Comments
 (0)