Completed
Branch master (300fc7)
by Peter
12:50 queued 04:00
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
before_commands:
    - 'composer install'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage ./tests/'
                coverage:
                    file: 'coverage'
                    format: 'clover'
tools:
    external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs:
            - tests
            - vendor
    php_cpd:
        enabled: true
        excluded_dirs:
            - tests
            - vendor

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
build: true