Completed
Push — master ( 0b2f6b...3a38b9 )
by Thomas
03:34
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.1.0
filter:
    excluded_paths:
        - tests/*
        - docs/*
        - vendor/*
        - example.php

Repository Config

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