Completed
Push — master ( 246059...760ebc )
by Oleksandr
03:20 queued 16s
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*

build:
    environment:
        php:
            version: 7.0
    dependencies:
        before:
            - composer require symfony/symfony:3.0.*
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'php-clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true