Passed
Push — master ( 8f9171...ee6060 )
by Brent
03:57
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