Completed
Push — master ( f04f52...152406 )
by Anton
03:17
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

build:
  environment:
    php: "7.1"

  tests:
    before:
      - "phpunit"

before_commands:
  - "composer install --no-interaction --prefer-source"

filter:
  excluded_paths:
    - tests/

Repository Config

# language: php