From d04b4541afcc481a5fc667fb848e82d88e8b03ce Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 24 Feb 2019 02:41:33 +0300 Subject: [PATCH] Fix travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0eb6d17..2ca6f7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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