Merge pull request #10 from pamil/travis-selfupdate

Remove "composer self-update" from Travis CI (it's done automatically)
This commit is contained in:
Łukasz Chruściel
2017-02-15 14:59:41 +01:00
committed by GitHub

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