Test Setup Failed
Push — master ( 05cc92...839f75 )
by Tyler
01:26
created

Checkout Config

imports:
    - php

tools:
    external_code_coverage:
        timeout: 2100 # Timeout in seconds.

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

build:
    dependencies:
        before:
            - composer global require "fxp/composer-asset-plugin:^1.4.2" --no-interaction

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true