Skip to content

Commit 082c235

Browse files
committed
fi
1 parent 07270a3 commit 082c235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ before_script:
3333

3434
script:
3535
# run R CMD check on the non-pull request build
36-
- sh -c "if [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then Rscript -e 'devtools::check()'"
36+
- sh -c "if [ '$TRAVIS_PULL_REQUEST' = 'false' ]; then Rscript -e 'devtools::check()'; fi"
3737
# 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)'"
38+
- sh -c "if [ '$TRAVIS_PULL_REQUEST' != 'false' ]; then Rscript -e 'devtools::install(); source(\"tests/testhat.R\", chdir = T)'; fi"
3939

4040
after_success:
4141
- cd ../plotly-test-table

0 commit comments

Comments
 (0)