Passed
Push — master ( 9c6b4e...07b0df )
by judicael
03:29
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    environment:
        php:
            version: 7.0.7       # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                bitwise: false
            other:
                after_type_cast: false
build: true