Skip to content

Commit e707389

Browse files
committed
deploy.skip_cleanup: true
1 parent 45daaeb commit e707389

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ branches:
6666
- /^v?[0-9]+\.[0-9]+/
6767

6868
deploy:
69-
- provider: script
70-
script:
71-
- deploy/push.sh
72-
on:
73-
branch: master
69+
skip_cleanup: true
70+
provider: script
71+
script: bash deploy/push.sh
72+
on:
73+
branch: master

0 commit comments

Comments
 (0)