Completed
Pull Request — master (#9)
by Mauro
02:10
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: 5.6
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=build/logs/clover.xml'
        coverage:
          file: 'build/logs/clover.xml'
          format: 'clover'
filter:
  excluded_paths:
    - Tests/*

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true