Passed
Push — master ( d190a9...d6bddc )
by Stefan
02:02
created

Checkout Config

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

Repository Config

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