Passed
Push — master ( 46d3d4...aa501f )
by Fike
09:30 queued 05:04
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
filter:
  excluded_paths:
    - tests/*
build:
  environment:
    php:
      version: '5.4'
  tests:
    override:
      - command: composer test
        coverage:
          file: tests/Report/coverage.xml
          format: php-clover

Repository Config

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