Passed
Push — master ( bc0b4e...002dec )
by Koldo
02:18
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - spec/*
build:
    environment:
        php: 5.6
    tests:
        override:
            -
                command: './vendor/bin/phpspec run'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

    dependencies:
        before:
            - cp phpspec.yml.dist phpspec.yml

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true