Completed
Branch master (f86af1)
by Bernardo
06:03 queued 03:04
created

Checkout Config

build:
    environment:
        php: '5.6.9'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'
filter:
    excluded_paths:
        - src/bootstrap.php

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
build: true