Skip to content

Commit 48ea8ff

Browse files
committed
Fix travis-ci conf
1 parent c0511d2 commit 48ea8ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
- stage: Metrics and quality
4848
env: STATIC_ANALYSIS
4949
script:
50+
- phpenv local "7.4"
5051
- ./vendor/bin/phpunit --coverage-xml=build/coverage-xml --log-junit=build/junit.xml
5152
- wget https://github.com/infection/infection/releases/download/0.17.0/infection.phar
5253
- wget https://github.com/infection/infection/releases/download/0.17.0/infection.phar.asc

0 commit comments

Comments
 (0)