Skip to content

Commit b29e160

Browse files
committed
test: pre-depoly
1 parent d0869a9 commit b29e160

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ deploy:
1010
skip_cleanup: true # 避免清空已安装的依赖
1111
script: node ./scripts/deploy.js && npm run generate && npm run sync
1212
on:
13-
branch: master # 仅在 master 分支进行 deploy
13+
branch: pre-depoly # 仅在 master 分支进行 deploy
1414
repo: alibaba/ice
1515
- provider: script
1616
skip_cleanup: true # 避免清空已安装的依赖
1717
script: node ./scripts/deploy.js && npm run generate && npm run sync
1818
on:
19-
branch: pre-depoly # 仅在 master 分支进行 deploy
19+
branch: master # 仅在 master 分支进行 deploy
2020
repo: alibaba/ice
21-

0 commit comments

Comments
 (0)