Passed
Push — master ( 99cca9...0cc67e )
by Damjan
05:48 queued 04:00
created

Checkout Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
                concatenation: false
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

build:
    tests:
        override:
            -
                command: 'bin/phpspec run'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
        - 'examples/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                multiplicative: false
                concatenation: false