Passed
Push — master ( c5fa10...a1252b )
by Dmitry
02:24
created

Checkout Config

build:
    environment:
        php:
            version: 5.5.9

tools:
  php_code_sniffer:
    filter:
      excluded-paths: [ spec/* ]
    config:
      standard: PSR2

  php_analyzer:
    filter:
      excluded-paths: [ spec/* ]

  php_sim:
    filter:
      excluded-paths: [ spec/* ]

filter:
  excluded_paths:
    - vendor/*

Repository Config

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