Completed
Push — master ( 4a6871...7314b0 )
by Flo
03:21
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.1.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