Test Failed
Push — master ( 6888f6...bb3a51 )
by Jelmer
03:25
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.7
    tests:
        override:
            -
                command: 'bin/phpspec run'

Repository Config

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