Completed
Push — master ( 6b2332...14bf45 )
by Flo
04:49 queued 01:40
created

Checkout Config

build:
    environment:
        php:
            version: 5.6.0
filter:
    excluded_paths:
        - tests/*
        - docs/*
        - vendor/*

Repository Config

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