Add in install self-update for composer

Add composer self-update in before scripts
Refs #1788
This commit is contained in:
brenodouglas 2016-02-23 11:22:57 -03:00 committed by Samuel Georges
parent 2caf2d6f84
commit 54ecc0c91a

View File

@ -13,7 +13,9 @@ matrix:
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
install:
- composer self-update
- travis_retry composer install --no-interaction --prefer-source
before_script: git reset --hard HEAD