Skip to content

Commit 3ffb77a

Browse files
committed
构建配置调整
1 parent 853bab2 commit 3ffb77a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deploy:
1919
# 发布到 gh-pages
2020
- provider: pages
2121
local_dir: dist
22-
skip_cleanup: true
22+
cleanup: true
2323
github_token: $GITHUB_TOKEN
2424
keep_history: true
2525
on:
@@ -28,7 +28,7 @@ deploy:
2828
- provider: npm
2929
email: $NPM_EMAIL
3030
api_key: $NPM_TOKEN
31-
skip_cleanup: true
31+
cleanup: true
3232
on:
3333
tags: true
3434
branch: master

0 commit comments

Comments
 (0)