Passed
Push — master ( ae9588...0a5275 )
by Lars
02:12 queued 01:15
created

Checkout Config

build:
  environment:
    php:
      version: 7.2.17 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --exclude-group=IntegrationTest --configuration phpunit.dist.xml --coverage-clover=clover.xml '
        coverage:
          file: 'clover.xml'
          format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true