Test Setup Failed
Pull Request — master (#11)
by recca
05:23 queued 02:37
created

Checkout Config

checks:
  php: true

build:
  nodes:
    my-tests:
      dependencies:
        before:
          - sudo composer self-update --2
          - cd tests && ./run.sh
      environment:
        php:
          version: "7.2"
    analysis:
      tests:
        override:
          - php-scrutinizer-run

filter:
  paths:
    - "src/*"
    - "tests/*"

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }