Skip to content

Commit a9b1a08

Browse files
committed
avoid dependencies
1 parent 23f4262 commit a9b1a08

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
@@ -38,7 +38,7 @@ script:
3838
# run R CMD check on the non-pull request build
3939
- sh -c "if [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then R CMD check ${R_PKG}_*.tar.gz --no-manual; fi"
4040
# we do some fancy stuff on the pull request build that confuses R CMD check
41-
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'testthat::test_check(\"plotly\")'; fi"
41+
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'source(\"plotly/tests/testthat.R\", chdir = T)'; fi"
4242

4343
after_success:
4444
- cd ../plotly-test-table

0 commit comments

Comments
 (0)