Completed
Push — master ( 66971a...13a85d )
by Andrew
02:16
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php:
        code_rating: true
        duplication: true
build:
    environment:
        php: '7.0.6'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"