Passed
Push — master ( 61ac27...8f7dd2 )
by Jelmer
04:20
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    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