Completed
Push — master ( c11fc1...62f573 )
by Zlatin
07:25
created

Checkout Config

build:
    environment:
        php:
            version: 5.6
            
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - vendor/*
        - tests/*     
tools:
    external_code_coverage:
        timeout: 600

Repository Config

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