Completed
Push — master ( 1e032b...d01fce )
by Nate
02:22
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'