Test Failed
Push — master ( 1fe7db...801856 )
by Joshua
02:54
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  paths:
    - src/*
    - bin/*

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

Repository Config

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