Completed
Push — master ( 073f1d...686904 )
by Joni
02:18
created

Checkout Config

build:
    tests:
        override:
            -
                command: phpunit
                coverage:
                    format: php-clover
                    file: build/logs/clover.xml

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
build: true