Passed
Push — master ( 699c71...627320 )
by William
02:39
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:
    runs: 4 # php 7.x versions
    timeout: 900 # 15 min

build:
    nodes:
        analysis:
            environment:
                php: 7.2
            dependencies:
                before:
                    - composer install
            tests:
                override:
                    - php-scrutinizer-run
                    - phpcs-run