Completed
Push — master ( ca373f...807d98 )
by Elias
02:28
created

Checkout Config

build:
  environment:
    php:
      version: 5.6

filter:
    excluded_paths: [test/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            general:
                linefeed_character: return-newline
            around_operators:
                concatenation: true
build: true