rafaelmonteiro/pokemon-battle-lumen

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: php

php:
  - 7.1

addons:
  code_climate:
    repo_token: $code_climate_token

install:
  - composer install

after_success:
  - vendor/bin/test-reporter