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 2cd3e6c commit 49e6cb1Copy full SHA for 49e6cb1
.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
+ - phpenv config-rm xdebug.ini || true
38
+
39
- composer self-update
40
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
41
0 commit comments