Skip to content

Commit d373a2f

Browse files
committed
fix Symfony builds
1 parent d043103 commit d373a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
before_install:
3131
- if [ "$COVERAGE" != "yes" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
3232
- composer self-update
33-
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
33+
- if [ "$SYOMFONY_VERSION" != "" ]; then composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update; fi
3434

3535
install:
3636
- composer install --prefer-dist

0 commit comments

Comments
 (0)