Completed
Push — master ( 6b647a...34c108 )
by Markus
08:33 queued 05:56
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'