Completed
Push — master ( 91b71f...ef682c )
by Pieter
02:16
created

Checkout Config

before_commands:
    - "composer install"

checks:
    php: true

build:
    environment:
        php: '7.0.6'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'

Repository Config

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