Skip to content

Commit 6ca9c42

Browse files
authored
Merge pull request #89 from bavix/infection
add infection to composer
2 parents 61f25ed + b504ad8 commit 6ca9c42

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ matrix:
1313

1414
before_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

2217
script:
23-
- ./infection.phar --min-msi=48 -j$(nproc)
18+
- ./vendor/bin/infection --min-msi=60 -j$(nproc)

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
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",

0 commit comments

Comments
 (0)