From 3be8b3aefaebfb22435a6353d75109e250b5aae9 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 3 Sep 2021 11:10:30 +1200 Subject: [PATCH] MNT Install 4.9.x-dev recipe for test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ecc69a116..d51954d8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ import: env: global: - - REQUIRE_RECIPE="4.x-dev" + - REQUIRE_RECIPE="4.9.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