Completed
Push — master ( d5e46b...77750d )
by Matthew
16:31
created

Checkout Config

filter:
    excluded_paths:
        - "Tests/"
tools:
    external_code_coverage:
        timeout: 900

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: {  }