Completed
Push — master ( 937477...b60071 )
by Artem
04:40
created

Checkout Config

checks:
    php: true

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

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