Skip to content

Commit 2874d87

Browse files
committed
Skipping cleanup step breaking deploy in Travis CI
1 parent 5cffa3e commit 2874d87

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ addons:
3232

3333
# NPM Canary Build Config
3434
deploy:
35-
- provider: script
36-
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && yarn release --canary
37-
on:
38-
branch: master
35+
skip_cleanup: true
36+
provider: script
37+
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && yarn release --canary
38+
on:
39+
branch: master

0 commit comments

Comments
 (0)