Completed
Push — master ( 7d0174...e916be )
by Brian
02:18
created

Checkout Config

# https://scrutinizer-ci.com/docs/reviews/configure_automated_checks
checks:
  php: true

filter:
  excluded_paths:
    - "docs/"
    - "tests/"

# https://scrutinizer-ci.com/docs/configuration/build_reference
build:
  environment:
    php:
      version: '7.2'
  requires:
    - branch: master
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run

# https://scrutinizer-ci.com/docs/tools/external-code-coverage/
tools:
  external_code_coverage: true

Repository Config

# language: php