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 23f4262 commit a9b1a08Copy full SHA for a9b1a08
.travis.yml
@@ -38,7 +38,7 @@ script:
38
# run R CMD check on the non-pull request build
39
- sh -c "if [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then R CMD check ${R_PKG}_*.tar.gz --no-manual; fi"
40
# 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"
+ - sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'source(\"plotly/tests/testthat.R\", chdir = T)'; fi"
42
43
after_success:
44
- cd ../plotly-test-table
0 commit comments