Skip to content

Commit 3eadbf7

Browse files
committed
remove infection self-update
1 parent 921abb3 commit 3eadbf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ matrix:
1212
- php: 'nightly'
1313

1414
before_script:
15-
- "composer install"
15+
- composer install
1616
- wget https://github.com/infection/infection/releases/download/0.13.0/infection.phar
1717
- wget https://github.com/infection/infection/releases/download/0.13.0/infection.phar.asc
1818
- gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 493B4AA0
1919
- gpg --with-fingerprint --verify infection.phar.asc infection.phar
2020
- chmod +x infection.phar
21-
- ./infection.phar self-update
2221

2322
script:
2423
- ./infection.phar --min-msi=48 --threads=4

0 commit comments

Comments
 (0)