Passed
Push — develop ( cfe8d0...a21b74 )
by Brent
02:44
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'vendor/bin/phpunit'

Repository Config

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