From 79813ebd15e50f67fbc7ba3b2e2f88f7085a5914 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Thu, 28 May 2020 17:56:47 +1200 Subject: [PATCH] Target 4.6 minor branches in build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 763c2275..e31be4e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ addons: env: global: - TRAVIS_NODE_VERSION="10" - - COMPOSER_ROOT_VERSION="4.x-dev" + - COMPOSER_ROOT_VERSION="4.6.x-dev" - SS_BASE_URL="http://localhost:8080/" - SS_ENVIRONMENT_TYPE="dev" @@ -55,7 +55,7 @@ before_script: # Install composer dependencies - composer validate - - composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.x-dev + - composer require --no-update silverstripe/recipe-testing:^1 silverstripe/recipe-cms:4.6.x-dev - if [[ $DB == PGSQL ]]; then composer require --no-update silverstripe/postgresql:2.x-dev; fi - composer install --prefer-source --no-interaction --no-progress --no-suggest --optimize-autoloader --verbose --profile