Completed
Push — master ( ccf1ec...6b043f )
by Simone
03:51 queued 01:41
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'scripts/*'
build:
    environment:
        php:
            #version: 7.0.7
            version: 5.4.41
    tests:
        override:
            -
                command: './bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

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