Completed
Push — master ( efd659...b3acba )
by Matteo
03:01
created

Checkout Config

checks:
  php: true

filter:
  excluded_paths:
    - tests/*

build:
  environment:
    php:
      version: 5.6

  tests:
    override:
      -
        command: 'phpunit --coverage-clover=coverage'
        coverage:
          file: 'coverage'
          format: 'php-clover'

Repository Config

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