Passed
Push — master ( 239707...ec6dbf )
by Tyler
37:45
created

Checkout Config

imports:
    - php

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

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

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

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