Skip to content

Commit 2b9d7fc

Browse files
committed
ci: skip cleanup for deploy scripts
1 parent 440a9d1 commit 2b9d7fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ matrix:
8383
deploy:
8484
- provider: script
8585
script: node scripts/git-builds.js
86+
skip_cleanup: true
8687
on:
8788
all_branches: true
8889
- stage: deploy
@@ -91,6 +92,7 @@ matrix:
9192
deploy:
9293
- provider: script
9394
script: node scripts/publish/publish.js
95+
skip_cleanup: true
9496
on:
9597
tags: true
9698

0 commit comments

Comments
 (0)