Test Failed
Push — master ( be1e2e...7e8ee9 )
by Mariano
05:51 queued 03:20
created

Checkout Config

filter:
  paths: [src/*]
  excluded_paths: ["vendor/*", "tests/*"]
before_commands:
  - 'composer install --prefer-source'
checks:
    php: true
coding_style:
    php: {  }
build:
  environment:
    php:
      version: 7.1
  tests:
    override:
      -
        command: './vendor/bin/phpunit -c tests --coverage-clover=clover.xml'
        coverage:
          file: 'clover.xml'
          format: 'clover'