Test Failed
Push — master ( 84c4ce...12a7ff )
by Mariano
06:11
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'

Repository Config

# language: php

# tests: true