Completed
Push — master ( f41d72...c8eef5 )
by Davide
16:46 queued 14:37
created

Checkout Config

filter:
    excluded_paths:
        - test/*

build:
    environment:
        php: 5.6.16

tools:
    external_code_coverage:
        timeout: 600    # Timeout in seconds.

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build: true