Completed
Push — master ( 5295b1...c2f2c6 )
by Jean
04:19
created

Checkout Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            - ./bin/phpunit
            - ./bin/phpcs

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true