Passed
Push — master ( 7f6a5c...a1085f )
by Herberto
02:24
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8
            ini:
                'date.timezone': 'Europe/Amsterdam'
    tests:
        override:
            -
                command: make coverage
                coverage:
                    file: coverage.clover.xml
                    format: php-clover

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true