Passed
Push — master ( 9a436a...c1cfd4 )
by Radosław
35s
created

Checkout Config

filter:
    excluded_paths:
        - "tests/"
        - "vendor/"
build:
    environment:
        php:
            version: 5.6
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true