Completed
Push — master ( 66ca74...a4fc5a )
by Matthias
02:39
created

Checkout Config

build:
  environment:
    php:
      version: 5.5
  tests:
    override:
      -
        command: 'vendor/phpunit/phpunit/phpunit --configuration phpunit.xml --coverage-clover coverage-report'
        coverage:
          file: 'coverage-report'
          format: 'clover'

tools:
  php_code_sniffer:
    enabled: true
    config:
      standard: PSR2

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false