Remove Composer self-updating from .travis.yml

It is done automatically by Travis.
This commit is contained in:
Kamil Kokot 2017-01-25 12:36:53 +01:00 committed by GitHub
parent 8db2d152f2
commit 6c3a889e6a
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ 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: