Completed
Push — master ( 1affa4...9f9b92 )
by Mike
03:14
created

Checkout Config

build:
    environment:
        php: 7.0.6
        redis: true
    tests:
        override:
            -
                command: 'bin/phpspec run'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            within:
                brackets: true
filter:
    excluded_paths:
        - features/*
        - spec/*

Repository Config

filter:
    excluded_paths:
        - 'features/*'
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            within:
                brackets: true

build: true