From 9f87ded2c0b61f5148c361b6e696c861f198de95 Mon Sep 17 00:00:00 2001 From: Christian Raue Date: Mon, 10 Jun 2019 13:34:49 +0200 Subject: [PATCH] removed workaround for Composer issue with --prefer-lowest --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2c10f0f..07bcc367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,6 @@ before_install: - if [[ $DEPENDENCIES == *"/"* ]]; then composer require --no-update $DEPENDENCIES; fi; install: - # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355 - - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction script: