Passed
Push — master ( d4dd1b...77d1ed )
by Bence
04:11
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
    environment:
        php: '5.5.25'
    nodes:
        php54:
            environment:
                php: 5.4.41
        php55:
            environment:
                php: 5.5.25
        php56:
            environment:
                php: 5.6.9
        php70:
            environment:
                php: 7.0.20
        php71:
            environment:
                php: 7.1.6

Repository Config

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