build:
    environment:
        php:
            version: 5.6.16
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*
                    build:
    environment:
        php:
            version: 5.6.16
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - tests/*