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 921abb3 commit 3eadbf7Copy full SHA for 3eadbf7
.travis.yml
@@ -12,13 +12,12 @@ matrix:
12
- php: 'nightly'
13
14
before_script:
15
- - "composer install"
+ - 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
21
- - ./infection.phar self-update
22
23
script:
24
- ./infection.phar --min-msi=48 --threads=4
0 commit comments