Test Failed
Push — master ( 040c0b...55423a )
by Yehuda
02:15
created

Checkout Config

build:
  environment:
    php: '7'
  dependencies:
    before:
      - composer install
  tests:
    override:
      -
        command: './vendor/bin/phpunit --coverage-clover=.coverage.xml'
        coverage:
            file: '.coverage.xml'
            format: 'clover'
filter:
  excluded_paths:
    - "database/"
    - "config/"
    - "tests/"

Repository Config

# language: php

# tests: true