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.
2 parents 4f2694d + f174c27 commit ab70a24Copy full SHA for ab70a24
.travis.yml
@@ -33,6 +33,7 @@ matrix:
33
env: SYMFONY_VERSION=2.8.*
34
35
before_install:
36
+ - if [[ "$TRAVIS_PHP_VERSION" != "5.6" && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
37
- composer self-update
38
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi
39
0 commit comments