Remove "composer self-update" from Travis CI (it's done automatically)
This commit is contained in:
@@ -25,8 +25,6 @@ cache:
|
|||||||
before_install:
|
before_install:
|
||||||
- phpenv config-rm xdebug.ini || true
|
- phpenv config-rm xdebug.ini || true
|
||||||
|
|
||||||
- composer self-update
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer update --prefer-dist $COMPOSER_OPTIONS
|
- composer update --prefer-dist $COMPOSER_OPTIONS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user