File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ matrix:
1313
1414before_script :
1515 - composer install
16- - wget https://github.com/infection/infection/releases/download/0.13.0/infection.phar
17- - wget https://github.com/infection/infection/releases/download/0.13.0/infection.phar.asc
18- - gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 493B4AA0
19- - gpg --with-fingerprint --verify infection.phar.asc infection.phar
20- - chmod +x infection.phar
2116
2217script :
23- - ./infection.phar --min-msi=48 -j$(nproc)
18+ - ./vendor/bin/ infection --min-msi=60 -j$(nproc)
Original file line number Diff line number Diff line change 3030 "ramsey/uuid" : " ^3.0"
3131 },
3232 "require-dev" : {
33+ "infection/infection" : " ^0.13" ,
3334 "orchestra/testbench" : " ^3.7|^4.0" ,
3435 "phpstan/phpstan" : " ^0.11" ,
3536 "phpunit/phpunit" : " ^7.5|^8.2"
You can’t perform that action at this time.
0 commit comments