Passed
Push — master ( af6a35...84cc34 )
by Eugene
29s
created

Checkout Config

checks:
    php: true

coding_style:
    php: {  }

filter:
    excluded_paths: ["bin/*", "tests/*", "vendor/*"]

build:
    environment:
        php:
            version: "7.0.4"
#    tests:
#        override:
#            -
#                command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
#                coverage:
#                    file: "coverage.xml"
#                    format: "php-clover"

Repository Config

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