Completed
Push — master ( 7a8ad8...066bd3 )
by Tyler
43:51 queued 41:39
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.0.3" --no-interaction

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