Skip to content

Commit aa7bb66

Browse files
authored
Merge pull request #198 from Roave/fix/do-not-skip-cleanup-when-deploying
Do not skip cleanup when deploying
2 parents ab134cb + e37a28b commit aa7bb66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ deploy:
2020
provider: releases
2121
api_key: $DEPLOY_TOKEN_SECURE
2222
file: dist/roave-backward-compatibility-check.phar
23+
# do not skip cleanup: if the repo is cleaned up when deploying, then the phar is gone as well.
24+
skip_cleanup: true
2325
on:
2426
tags: true
2527

0 commit comments

Comments
 (0)