Passed
Push — master ( f8e025...e98159 )
by René
02:30
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'
coding_style:
  php:
    spaces:
      other:
        after_type_cast: false

Repository Config

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