Passed
Push — master ( 6028dd...89a59a )
by Vitaliy
02:15
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        php:
            version: 5.6.9
    tests:
        override:
            -
                command: phpunit
                coverage:
                    file: 'build/phpunit/index.xml'
                    format: 'php-clover'