Completed
Push — master ( 6e5d36...f94afc )
by Markus
05:07 queued 02:47
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'