Passed
Push — master ( 0b86b2...26cfdb )
by Rafael
13:17
created

Checkout Config

filter:
    paths: [src/*]
    excluded_paths: [vendor/*, tests/*,  docs/*, src/Resources/*, src/Tests/*]
tools:
    external_code_coverage: true

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
coding_style:
    php: {  }