chore: update travis config
parent
9145d50b0f
commit
567fc4f4b7
|
@ -8,7 +8,7 @@ script:
|
||||||
- cp ./scripts/.npmrc.template $HOME/.npmrc
|
- cp ./scripts/.npmrc.template $HOME/.npmrc
|
||||||
- COVERAGE=true npm run test
|
- COVERAGE=true npm run test
|
||||||
- npm run codecov
|
- 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
|
- bash ./scripts/deploy-to-gh-pages.sh
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue