alanwillms/php-hound

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 5.4
  - 5.5
  - 5.6
  - 7

install:
  - composer self-update
  - composer install

addons:
  code_climate:
    repo_token: 69b2259a3bcefb95a85ea91486d79e1f13a90b6381a1b1c0c5b7984bbcd867dd

script:
  - vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
  - vendor/bin/test-reporter