Fix travis configuration

This commit is contained in:
ErickSkrauch 2019-02-24 02:41:33 +03:00
parent 1b4de783ff
commit d04b4541af

View File

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