From c7540daff3359ec74f7fcaf483fccc054b02de59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20L=C3=A9v=C3=AAque?= Date: Thu, 19 Oct 2017 09:52:32 +0200 Subject: [PATCH] Update symfony 4 compatibility --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e60f9466..2eef4d0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ matrix: # bleeding edge (unreleased dev versions where failures are allowed) - php: 7.1 env: SYMFONY_VERSION="3.4.*" + - php: 7.1 + env: SYMFONY_VERSION="4.0.*" - php: nightly env: SYMFONY_VERSION="4.0.*" allow_failures: @@ -46,7 +48,7 @@ cache: before_install: - if [[ "$ENABLE_CODE_COVERAGE" != "yes" ]]; then phpenv config-rm xdebug.ini || true; fi; - if [[ "$SYMFONY_VERSION" != "" ]]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi; - - if [[ "$TRAVIS_PHP_VERSION" == "nightly" ]]; then composer remove "friendsofphp/php-cs-fixer" --no-update --no-interaction --dev; fi; + - if [[ "$CHECK_PHP_SYNTAX" != "yes" ]]; then composer remove "friendsofphp/php-cs-fixer" --no-update --no-interaction --dev; fi; install: - composer update --prefer-dist --no-interaction --optimize-autoloader --prefer-stable --no-progress $COMPOSER_FLAGS