Completed
Push — master ( 5c2100...1b2de0 )
by Laurynas
47:44 queued 03:50
created

Checkout Config

tools:
    php_sim: false
    php_pdepend: true
    php_analyzer: true
    php_code_coverage: true
    external_code_coverage:
        timeout: 2400
        runs: 6 # PHP 5.3 + PHP 5.4 + PHP 5.5 + PHP 5.6 + PHP 7.0 + PHP 7.1

build:
    environment:
        php:
            version: 5.6.0
        redis: false
        postgresql: false
        mongodb: false

filter:
    excluded_paths: [vendor/*, test/*, bin/*, docs/*, examples/*]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]
        tests: true