From f61b664bb57999fddd629901faf9a26d4be72309 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Fri, 6 Dec 2019 02:08:46 +0100 Subject: [PATCH] DevKit updates --- .travis.yml | 5 ++--- .travis/before_install_test.sh | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 16b5639f..65f79f8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,9 @@ branches: language: php php: - - '7.1' - '7.2' - '7.3' - - '7.4snapshot' + - '7.4' - nightly dist: xenial @@ -43,7 +42,7 @@ matrix: env: TARGET=docs - php: '7.3' env: TARGET=lint - - php: '7.1' + - php: '7.2' env: COMPOSER_FLAGS="--prefer-lowest" - php: '7.3' env: SYMFONY=3.4.* diff --git a/.travis/before_install_test.sh b/.travis/before_install_test.sh index 3be78f9a..d7b93ebf 100755 --- a/.travis/before_install_test.sh +++ b/.travis/before_install_test.sh @@ -8,6 +8,5 @@ echo "memory_limit=3072M" >> "$TRAVIS_INI_FILE" sed --in-place "s/\"dev-master\":/\"dev-${TRAVIS_COMMIT}\":/" composer.json - if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi; - if [ "$SONATA_CORE" != "" ]; then composer require "sonata-project/core-bundle:$SONATA_CORE" --no-update; fi; - \ No newline at end of file +if [ "$SYMFONY" != "" ]; then composer require "symfony/symfony:$SYMFONY" --no-update; fi; +if [ "$SONATA_CORE" != "" ]; then composer require "sonata-project/core-bundle:$SONATA_CORE" --no-update; fi;