Skip to content

Commit 1fb9b02

Browse files
set RunAllRcppTests to yes so that travis runs all the tests
1 parent 096f4ea commit 1fb9b02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ env:
2727
global:
2828
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
2929
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
30+
- RunAllRcppTests="yes"
31+
3032
# See the travis docs for more information:
3133
# http://about.travis-ci.org/docs/user/build-configuration/#The-Build-Matrix
3234

0 commit comments

Comments
 (0)