Completed
Push — master ( a6d262...17d85d )
by Zach
04:48 queued 02:46
created

Checkout Config

build:
    environment:
        php:
            version: 7.2.13
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

filter:
    excluded_paths: [tests/*, src/Stubs/*]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'src/Stubs/*'
checks:
    php: true
coding_style:
    php: {  }
build: true