Skip to content

Commit 6d7e48f

Browse files
committed
chore: update travis config
1 parent da57566 commit 6d7e48f

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
@@ -8,7 +8,7 @@ script:
88
- cp ./scripts/.npmrc.template $HOME/.npmrc
99
- COVERAGE=true npm run test
1010
- npm run codecov
11-
- if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci
11+
- if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci; fi
1212
- bash ./scripts/deploy-to-gh-pages.sh
1313
env:
1414
matrix:

0 commit comments

Comments
 (0)