Skip to content

Commit 282eef3

Browse files
committed
minor #5031 CI: skip_cleanup: true (keradus)
This PR was merged into the 2.15 branch. Discussion ---------- CI: skip_cleanup: true fix BC of Travis CI itself now, the deployment job is building phar file and cleaning it up, so there is nothing to deploy (i had to manually release it) Commits ------- 881f3d5 CI: skip_cleanup: true
2 parents d07988b + 881f3d5 commit 282eef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
token:
152152
secure: K9NKi7X1OPz898fxtVc1RfWrSI+4hTFFYOik932wTz1jC4dQJ64Khh1LV9frA1+JiDS3+R6TvmQtpzbkX3y4L75UrSnP1ADH5wfMYIVmydG3ZjTMo8SWQWHmRMh3ORAKTMMpjl4Q7EkRkLp6RncKe+FAFPP5mgv55mtIMaE4qUk=
153153
file: php-cs-fixer.phar
154-
cleanup: false
154+
skip_cleanup: true
155155
on:
156156
repo: FriendsOfPHP/PHP-CS-Fixer
157157
tags: true

0 commit comments

Comments
 (0)