Completed
Push — master ( c7f4f9...c78e29 )
by Joni
02:31
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.20
    tests:
        override:
        -   command: vendor/bin/phpunit
            coverage:
                format: php-clover
                file: build/logs/clover.xml
checks:
    php:
        code_rating: true
        duplication: false
filter:
    excluded_paths:
    - test/

Repository Config

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