Passed
Push — master ( 25c7b7...aa2b8c )
by Jakub
04:42 queued 34s
created

Checkout Config

inherit: true

build:
    environment:
        php:
            version: '7.1'
    project_setup:
    tests:
        override:
            - ./vendor/bin/phpspec run --format=dot
            - ./vendor/bin/phpunit

filter:
    excluded_paths:
        - Tests/*
        - Spec/*

build_failure_conditions:
    - 'elements.rating(<= B).new.exists'
    - 'issues.label("coding-style").new.exists'
    - 'issues.severity(>= MAJOR).new.exists'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php