Completed
Push — master ( c681fc...322b10 )
by Artem
11:25
created

Checkout Config

checks:
    php: true

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

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