Skip to content

Commit

Permalink
MNT Rely on dynamic REQUIRE_RECIPE
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 12, 2021
1 parent 877692d commit 71bf9b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Expand Up @@ -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"

0 comments on commit 71bf9b0

Please sign in to comment.