Passed
Push — master ( 86b9f9...a95e42 )
by Jelmer
05:42 queued 02:21
created

Checkout Config

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

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true