Completed
Push — master ( b2acc2...6b7a3f )
by Sergey
02:49
created

Checkout Config

build:
    environment:
        php:
            version: 5.6

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*
        - examples/*

Repository Config

build:
    environment:
        php:
            version: 5.6.16

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*