Completed
Push — feature-php71 ( 1d7b22...a08314 )
by Artem
01:10
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

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