From 47248aca24c5c9fa990a1514a12f2394f12042a8 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 24 Feb 2019 14:27:39 +0300 Subject: [PATCH] Adjust travis config --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ca6f7c..010dfd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,15 +15,16 @@ cache: env: global: - - DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-interaction --no-progress" + - DEFAULT_COMPOSER_FLAGS="--optimize-autoloader --no-progress" + - COMPOSER_NO_INTERACTION=1 matrix: - PREFER_LOWEST="--prefer-lowest" - PREFER_LOWEST="" 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 --no-interaction ely/php-code-style || true' - - travis_retry composer update --no-interaction --prefer-source $PREFER_LOWEST + - '[ "${TRAVIS_PHP_VERSION:0:1}" == "5" ] && composer remove --ignore-platform-reqs --no-progress ely/php-code-style || true' + - travis_retry composer update --prefer-source $PREFER_LOWEST - travis_retry phpenv rehash stages: