Completed
Push — master ( 8e267e...92e387 )
by Mathieu
06:06 queued 02:47
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
        - vendor/*
        - Features/*
build:
    dependencies:
        before:
            -
                command: 'composer install'
checks:
    php: true
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
    tests:
        override:
            - phpcs-run