Passed
Push — master ( 405a7b...f535c8 )
by Adam
02:01
created

Checkout Config

checks:
    php: true

build:
    environment:
        php:
            version: 7.1.0
        variables:
            NETTE: default

    dependencies:
        before:
            -
                command: 'mkdir -p build/logs'

    tests:
        override:
            -
                command: 'vendor/bin/tester tests -p php -c ./tests/php.ini-unix --coverage build/logs/clover.xml --coverage-src src'
                coverage:
                    file: build/logs/clover.xml
                    format: php-clover

filter:
    excluded_paths:
        - tests/*

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            before_parentheses:
                closure_definition: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build: true