Completed
Push — master ( ca8718...a12736 )
by Rudolph
02:32
created

Checkout Config

checks:
  php: true
filter:
  excluded_paths:
    - 'tests/*'
build:
  environment:
    php:
      version: 5.6
  tests:
      override:
          -
              command: 'vendor/bin/phpunit --coverage-clover=coverage'
              coverage:
                  file: 'coverage'
                  format: 'php-clover'

Repository Config

# language: php