Test Failed
Push — master ( ee803f...53a947 )
by Žilvinas
03:06
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'spec/*'
coding_style:
    php: {  }
build:
    environment:
        php:
            version: 5.6.18
    tests:
      override:
          - bin/phpunit -v

Repository Config

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