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 082c235 commit 1e9f613Copy full SHA for 1e9f613
.travis.yml
@@ -35,7 +35,7 @@ script:
35
# run R CMD check on the non-pull request build
36
- sh -c "if [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then Rscript -e 'devtools::check()'; fi"
37
# we do some fancy stuff on the pull request build that confuses R CMD check
38
- - sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'devtools::install(); source(\"tests/testhat.R\", chdir = T)'; fi"
+ - sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'devtools::install(); source(\"tests/testthat.R\", chdir = T)'; fi"
39
40
after_success:
41
- cd ../plotly-test-table
0 commit comments