Completed
Push — master ( 902569...4a6408 )
by Barney
02:44
created

Checkout Config

imports:
  - php
build:
  environment:
    php: '5.6.16'
tools:
  php_code_sniffer:
    filter:
      excluded-paths: [ spec/*, examples/* ]
    config:
      standard: PSR2

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

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

build_failure_conditions:
    - 'issues.label("coding-style").new.exists'

filter:
  excluded_paths:
    - docs/*
    - vendor/*

Repository Config

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