Skip to content

Commit

Permalink
Merge pull request #198 from Roave/fix/do-not-skip-cleanup-when-deplo…
Browse files Browse the repository at this point in the history
…ying

Do not skip cleanup when deploying
  • Loading branch information
Ocramius authored Feb 8, 2020
2 parents ab134cb + e37a28b commit aa7bb66
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 @@ -20,6 +20,8 @@ deploy:
provider: releases
api_key: $DEPLOY_TOKEN_SECURE
file: dist/roave-backward-compatibility-check.phar
# do not skip cleanup: if the repo is cleaned up when deploying, then the phar is gone as well.
skip_cleanup: true
on:
tags: true

Expand Down

0 comments on commit aa7bb66

Please sign in to comment.