Adjust travis config 3

This commit is contained in:
ErickSkrauch 2019-02-24 14:40:35 +03:00
parent fcf9e59da8
commit e7d9fad4eb
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ env:
before_script:
- composer global show hirak/prestissimo -q || travis_retry composer global require $DEFAULT_COMPOSER_FLAGS hirak/prestissimo
- rm composer.lock
- '[ "${TRAVIS_PHP_VERSION:0:1}" == "5" ] && composer remove --dev --no-progress ely/php-code-style || true'
- travis_retry composer update --prefer-source $PREFER_LOWEST
- travis_retry phpenv rehash