Completed
Push — master ( 26a953...b5f39d )
by Vitaliy
06:17
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    tests:
        before:
           - composer create-project --no-interaction
        override:
            -
                command: 'phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'php-clover'
    environment:
        php:
            version: 5.6.9