Passed
Push — master ( d21404...27166b )
by Alessandro
56s queued 11s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

build:
  environment:
    php:
      version: 7.1.3
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=some-file'
        coverage:
          file: 'some-file'
          format: 'clover'

Repository Config

# language: php