Completed
Push — master ( 5e595e...f5d5ea )
by Artem
01:56
created

Checkout Config

checks:
    php: true

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

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