Completed
Pull Request — master (#14)
by Denis
04:57
created

Checkout Config

checks:
    php: true

filter:
    paths:
        - src/*
    excluded_paths:
        - vendor/*
        - tests/*

before_commands:
    - "composer install --prefer-dist"