We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d043103 commit d373a2fCopy full SHA for d373a2f
1 file changed
.travis.yml
@@ -30,7 +30,7 @@ matrix:
30
before_install:
31
- if [ "$COVERAGE" != "yes" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
32
- composer self-update
33
- - composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
+ - if [ "$SYOMFONY_VERSION" != "" ]; then composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update; fi
34
35
install:
36
- composer install --prefer-dist
0 commit comments