Skip to content

Commit e653f4c

Browse files
author
Jeremiah VALERIE
committed
Fix code coverage report
1 parent 3b5799c commit e653f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- stage: Code Quality
5757
php: 7.2
58-
env: COVERAGE
58+
env: COVERAGE SYMFONY_VERSION=4.4.*
5959
before_script:
6060
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
6161
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi

0 commit comments

Comments
 (0)