Remove "composer self-update" from Travis CI (it's done automatically)

This commit is contained in:
Kamil Kokot
2017-02-15 14:47:31 +01:00
parent 3512910d00
commit de399d4d81

View File

@@ -25,8 +25,6 @@ cache:
before_install:
- phpenv config-rm xdebug.ini || true
- composer self-update
install:
- composer update --prefer-dist $COMPOSER_OPTIONS