Completed
Push — master ( 21892f...4d589c )
by Sergey
06:57
created

Checkout Config

build:
    environment:
        php:
            version: 5.6
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*
        - examples/*

Repository Config

build:
    environment:
        php:
            version: 5.6.16

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*