mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Add in install self-update for composer
Add composer self-update in before scripts Refs #1788
This commit is contained in:
parent
2caf2d6f84
commit
54ecc0c91a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user