Skip to content

Commit

Permalink
Merge pull request #473 from creative-commoners/pulls/1.10/recipe
Browse files Browse the repository at this point in the history
MNT Rely on dynamic REQUIRE_RECIPE
  • Loading branch information
maxime-rainville committed Dec 13, 2021
2 parents 877692d + 71bf9b0 commit 87db0cb
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 87db0cb

Please sign in to comment.