From 5dce3dec858c5b8ac87846bc8f2398d825203b5e Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Fri, 13 May 2022 10:20:34 +1200 Subject: [PATCH] MNT Use correct branch of installer for travis builds. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a45cf8011..b716e10cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ version: ~> 1.0 import: - silverstripe/silverstripe-travis-shared:config/provision/standard.yml +env: + global: + - REQUIRE_RECIPE="4.10.x-dev" + # Using a manual matrix to exlude PHPUNIT_COVERAGE_TEST for now because it was causing some strange issues # e.g. https://travis-ci.com/github/silverstripe/silverstripe-framework/jobs/457096837 jobs: