Passed
Push — master ( 490d36...bfee3c )
by William
05:09 queued 26s
created

Checkout Config

# scrutinizer-ci.com configuration
imports:
    - javascript
    - php
filter:
    excluded_paths:
        - webroot/
        - logs/
        - build/
        - node_modules/
        - tmp/
        - vendor/
checks:
    php: true
tools:
  external_code_coverage:
      timeout: 3600 # Timeout in seconds.
build:
    nodes:
        analysis:
            environment:
                php: 7.1
            dependencies:
                before:
                    - composer install
            tests:
                override:
                    - php-scrutinizer-run
                    - phpcs-run