Passed
Push — master ( e86fff...e18c6a )
by Petr
01:43
created

Checkout Config

build:
  environment:
    php:
      version: 7.1.0
  tests:
    override:
    -
      command: vendor/bin/phpunit --coverage-clover=coverage.xml tests
      coverage:
        file: coverage.xml
        format: php-clover
checks:
  php:
    code_rating: true
    duplication: true

Repository Config

# language: php