Completed
Push — master ( 909f5c...7c661c )
by Artem
57s
created

Checkout Config

checks:
    php: true

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

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