Passed
Push — master ( 93e066...f9c33a )
by Matthew
08:44 queued 05:23
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths:
        - "Tests/"

Repository Config

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