Completed
Push — master ( d02a95...6a4ba0 )
by Stefan
02:31
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
build:
  environment:
    php: '5.6'
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=.coverage.tmp'
        coverage:
          file: '.coverage.tmp'
          format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                additive: false
                concatenation: true
            other:
                after_type_cast: false