Merge pull request #480 from localheinz/fix/self-update

Fix: No need to update composer itself
This commit is contained in:
David Porter 2017-12-30 23:15:02 -06:00 committed by Erayd
parent 73ba03d12e
commit f1bca87e1e
No known key found for this signature in database
GPG Key ID: 3CA3675E3C90637F

View File

@ -26,7 +26,6 @@ matrix:
before_install:
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
- composer selfupdate
- if [[ "$TRAVIS_PHP_VERSION" = "hhvm" || "$TRAVIS_PHP_VERSION" = "nightly" ]]; then sed -i '/^.*friendsofphp\/php-cs-fixer.*$/d' composer.json; fi
install: