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 4f2694d commit f174c27Copy full SHA for f174c27
.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