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 8ad73b5 commit 8bc901fCopy full SHA for 8bc901f
.travis.yml
@@ -37,6 +37,7 @@ matrix:
37
before_install:
38
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
39
- if [ "$DEPENDENCIES" = "dev" ]; then perl -pi -e 's/^}$/,"minimum-stability":"dev"}/' composer.json; fi;
40
+ - if [ $COVERAGE != true ]; then phpenv config-rm xdebug.ini; fi;
41
42
install:
43
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
0 commit comments