Completed
Push — master ( 028b40...025e52 )
by Gabriel
08:34
created

Checkout Config

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'
    environment:
        php:
            version: 5.5

Repository Config

# language: php