From 71bf9b0a57dac3c34a71c6af813b7e7588b27ac8 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 13 Dec 2021 11:38:02 +1300 Subject: [PATCH] MNT Rely on dynamic REQUIRE_RECIPE --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbe4b65a..827b7073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,5 @@ import: env: global: - - REQUIRE_RECIPE="4.x-dev" - - PHPUNIT_COVERAGE_SUITE="assets" - -#before_script: - # Fix for phpunit timeout issue, e.g. - # https://travis-ci.com/github/silverstripe/silverstripe-assets/jobs/451250554 - #- if [[ $PHPUNIT_COVERAGE_TEST ]]; then pecl install pcov ; composer require pcov/#clobber --dev ; vendor/bin/pcov clobber; fi + # This is required to stop travis from timing out after 10 minutes + - PHPUNIT_COVERAGE_SUITE="assets" \ No newline at end of file