Skip to content

Commit 19e4ce9

Browse files
committed
(#7) Updated Travis config to skip cleanup on depoly
1 parent fd6fc98 commit 19e4ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ before_deploy:
5353

5454
deploy:
5555
- provider: script
56-
skip_cleanup: false
56+
skip_cleanup: true
5757
script: bash ./.build/pre-release.sh
5858
on:
5959
branch: develop
6060
- provider: script
61-
skip_cleanup: false
61+
skip_cleanup: true
6262
script: bash ./.build/release.sh
6363
on:
6464
tags: true

0 commit comments

Comments
 (0)