Completed
Push — master ( 97dd43...79c4ed )
by Brian
04:51 queued 03:07
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

# 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