Skip to content

Commit 8ef8d84

Browse files
committed
add skip cleanup
1 parent 70af683 commit 8ef8d84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
- gem install cocoapods # Since Travis is not always on latest version
1212
- pod install --project-directory=Example
1313

14-
after_success:
14+
before_deploy:
1515
- ./build.sh
1616

1717
deploy:
@@ -24,6 +24,7 @@ deploy:
2424
on:
2525
tags: true
2626
- provider: script
27+
skip_cleanup: true
2728
script: ./Tools/push.sh
2829
on:
2930
tags: true

0 commit comments

Comments
 (0)