mirror of
https://github.com/justinrainbow/json-schema.git
synced 2025-06-06 05:44:59 +02:00
Merge pull request #480 from localheinz/fix/self-update
Fix: No need to update composer itself
This commit is contained in:
parent
73ba03d12e
commit
f1bca87e1e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user