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 c0511d2 commit 48ea8ffCopy full SHA for 48ea8ff
.travis.yml
@@ -47,6 +47,7 @@ jobs:
47
- stage: Metrics and quality
48
env: STATIC_ANALYSIS
49
script:
50
+ - phpenv local "7.4"
51
- ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml
52
- wget https://github.com/infection/infection/releases/download/0.17.0/infection.phar
53
- wget https://github.com/infection/infection/releases/download/0.17.0/infection.phar.asc
0 commit comments