Skip to content

Commit

Permalink
fix Symfony builds
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Dec 11, 2015
1 parent d043103 commit d373a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
before_install:
- if [ "$COVERAGE" != "yes" -a "$TRAVIS_PHP_VERSION" != "hhvm" ]; then phpenv config-rm xdebug.ini; fi
- composer self-update
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
- if [ "$SYOMFONY_VERSION" != "" ]; then composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update; fi

install:
- composer install --prefer-dist
Expand Down

0 comments on commit d373a2f

Please sign in to comment.