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 bb0e113 commit 656aef1Copy full SHA for 656aef1
.travis.yml
@@ -34,6 +34,8 @@ matrix:
34
35
before_install:
36
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
37
+ - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then echo "" > ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini; fi
38
+
39
- composer self-update
40
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
41
0 commit comments