build: tests: override: - command: 'vendor/bin/phpspec run -f progress -c phpspec-ci.yml' # coverage: # file: 'coverage.clover' # format: 'php-clover'
# 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