mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
chore: update travis config
This commit is contained in:
parent
da57566533
commit
6d7e48f04d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user