Completed
Pull Request — master (#10)
by Dan Michael O.
02:48 queued 57s
created

Checkout Config

build:
  tests:
    override:
      -
        command: 'vendor/bin/phpspec run -f progress -c phpspec-ci.yml'
#        coverage:
#          file: 'coverage.clover'
#          format: 'php-clover'

Repository Config

# language: php
build:
    environment:
        php:
            version: 5.6       # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
    tests:
        override:
        
checks:
    php:
        code_rating: true
        duplication: true