Completed
Push — master ( dae3ec...060a19 )
by Uni
02:46
created

Checkout Config

build:
    environment:
        php:
            version: 7.0
    tests:
        override:
            -
                command: phpunit --coverage-clover=coverage.xml
                coverage:
                    file: coverage.xml
                    format: php-clover

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 3
        spaces:
            around_operators:
                concatenation: true
                negation: true
build: true