Passed
Push — master ( fab594...5a13ac )
by Alessandro
04:25 queued 02:24
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

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

Repository Config

# language: php