Skip to content

Commit

Permalink
ci: skip cleanup for deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Jul 12, 2017
1 parent 707a89e commit e8f6b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ matrix:
deploy:
- provider: script
script: node scripts/git-builds.js
skip_cleanup: true
on:
all_branches: true
- stage: deploy
Expand All @@ -91,6 +92,7 @@ matrix:
deploy:
- provider: script
script: node scripts/publish/publish.js
skip_cleanup: true
on:
tags: true

Expand Down

0 comments on commit e8f6b75

Please sign in to comment.