Skip to content

Commit 1e9f613

Browse files
committed
fix typo
1 parent 082c235 commit 1e9f613

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

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

0 commit comments

Comments
 (0)