Passed
Push — master ( cbcb54...1b4b94 )
by Markus
05:26 queued 02:15
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        php: '5.5.25'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'