Completed
Push — master ( c25195...70135b )
by Feyman
62:32 queued 29:29
created

Checkout Config

tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests, src/Exceptions]
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: ./vendor/bin/phpunit --coverage-clover=ip-info-coverage-file
                coverage:
                    file: ip-info-coverage-file
                    format: clover

Repository Config

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