We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110851f commit 108f77dCopy full SHA for 108f77d
Makefile
@@ -171,7 +171,7 @@ infection:
171
composer install --working-dir build-infection --no-interaction --no-progress
172
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
173
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
174
- wget https://github.com/infection/infection/releases/download/$$version/infection.phar;
+ wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
175
chmod +x infection.phar
176
php infection.phar --ignore-msi-with-no-mutations --logger-text=php://stdout
177
rm infection.json5 infection.phar
0 commit comments