Completed
Push — master ( 5c60cf...4f4574 )
by Antony
07:58
created

Checkout Config

inherit: true

build:
  nodes:
    coverage:
      tests:
        before:
          - command: 'composer require --prefer-dist --prefer-lowest --no-update silverstripe/recipe-cms:^4@dev league/omnipay:^3 silverstripe/silverstripe-omnipay:3.x-dev'
    analysis:
      tests:
        override: [php-scrutinizer-run]

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths: [src/*, tests/*]

Repository Config

# language: php