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 07270a3 commit 082c235Copy full SHA for 082c235
.travis.yml
@@ -33,9 +33,9 @@ before_script:
33
34
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()'"
+ - 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)'"
+ - sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'devtools::install(); source(\"tests/testhat.R\", chdir = T)'; fi"
39
40
after_success:
41
- cd ../plotly-test-table
0 commit comments