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 3b5799c commit e653f4cCopy full SHA for e653f4c
.travis.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- stage: Code Quality
57
php: 7.2
58
- env: COVERAGE
+ env: COVERAGE SYMFONY_VERSION=4.4.*
59
before_script:
60
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
61
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for coverage"; exit 1; fi
0 commit comments