From 81b9eee68417ff6a708e6ab63532febb41443335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Mon, 18 Mar 2019 11:58:44 +0100 Subject: [PATCH] Remove unneeded composer hack --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7493fbb..bbcf510 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,6 @@ before_install: - if [[ $LINT = true ]]; then wget https://cs.symfony.com/download/php-cs-fixer-v2.phar; fi install: - # To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355 - - if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction - ./vendor/bin/simple-phpunit install