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 c7c3d20 commit 6b4f74fCopy full SHA for 6b4f74f
Makefile
@@ -173,7 +173,7 @@ infection:
173
composer install --working-dir build-infection --no-interaction --no-progress
174
php build-infection/bin/infection-config.php --source-directory='build/PHPStan/Build'> infection.json5
175
version=$(shell jq -r '.packages[] | select(.name == "infection/infection") | .version' build-infection/composer.lock); \
176
- wget https://github.com/infection/infection/releases/download/$$version/infection.phar;
+ wget https://github.com/infection/infection/releases/download/$$version/infection.phar --no-clobber;
177
chmod +x infection.phar
178
php infection.phar --ignore-msi-with-no-mutations --logger-text=php://stdout
179
rm infection.json5 infection.phar
0 commit comments