From 39288d8bbce2f0ce0c4ee3c8d728954f6197f714 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 7 Nov 2017 20:17:37 +0100 Subject: [PATCH] EZP-28161: [Travis] Removed php-cs-fixer to avoid conflicts php-cs-fixer is currently not needed for Travis tests to run --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cbd0da9..2de3760 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,8 @@ before_script: - echo 'memory_limit = -1' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini # If set update symfony version - if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi; + # Remove php-cs-fixer as it is currently not needed on Travis + - composer remove --dev --no-update friendsofphp/php-cs-fixer # Install packages using composer - composer install --prefer-dist # Detecting timezone issues by testing on random timezone