eric-chau/jarvis

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 7.1

before_script:
  - curl -s http://getcomposer.org/installer | php
  - php composer.phar install --no-interaction

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

after_script:
  - vendor/bin/test-reporter

addons:
  code_climate:
    repo_token: ed00ff4fe9667554dd5f767c22004aa61b81267c2e24c36550f5e7bf88303c6a