Travis: Make sure Composer is up-to-date.

This commit is contained in:
Franz Liedke 2016-01-28 08:06:20 +01:00
parent b49b171d6f
commit 7995d36380

View File

@ -13,6 +13,7 @@ matrix:
before_script:
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- sudo composer self-update
- composer install
script: