Cancelled
Push — master ( a5d083...f1aa56 )
by Nielsen
02:22
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coveragefile'
                coverage:
                    file: 'coveragefile'
                    format: 'clover'