Skip to content

Commit b18864a

Browse files
committed
Don't clean up before deploy
1 parent be6592e commit b18864a

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
@@ -11,9 +11,7 @@ branches:
1111
only:
1212
- master
1313
- /^v[0-9]/
14-
before_deploy:
15-
- npm install
16-
- npm run docs
14+
before_deploy: npm run docs
1715
deploy:
1816
- provider: pages
1917
local-dir: docs
@@ -27,6 +25,7 @@ deploy:
2725
2826
api_key: $NPM_API_KEY
2927
tag: beta
28+
skip-cleanup: true
3029
on:
3130
tags: true
3231
node: 8.10.0

0 commit comments

Comments
 (0)