Test Setup Failed
Push — master ( cf7de4...72f93c )
by Matthieu
08:31
created

Checkout Config

build:
    environment:
        php:
            version: 7.1.1

    tests:
        override:
            -
                command: 'bin/phpspec run -c phpspec-ci.yml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
build: true