Completed
Pull Request — master (#62)
by
unknown
01:49
created

Checkout Config

build:
  environment:
    php:
      version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=clover.xml'
        coverage:
          file: 'clover.xml'
          format: 'php-clover'
checks:
  php:
    custom_coding_standard:
      ruleset_path: 'phpcs.xml'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build: true