checks:
  php:
    code_rating: true
    duplication: true
build:
  dependencies:
    before:
      - composer install
  environment:
    php:
      version: 5.5.25
  tests:
    override:
      - phpunit --configuration=./phpunit.xml.dist --coverage-clover=./clover.xml Tests
                    checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build: true