Revert "Remove Composer self-updating from .travis.yml"

This commit is contained in:
Phil Sturgeon 2017-01-25 11:29:19 -05:00 committed by GitHub
parent 4295a4cd5e
commit 9f4392df5d
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ matrix:
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
script: