chore: update travis config

pull/77/merge
tangjinzhou 2018-07-21 16:28:08 +08:00
parent 9145d50b0f
commit 567fc4f4b7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ script:
- cp ./scripts/.npmrc.template $HOME/.npmrc
- COVERAGE=true npm run test
- npm run codecov
- if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci
- if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]; then npm run pub-with-ci; fi
- bash ./scripts/deploy-to-gh-pages.sh
env:
matrix: