ndious/the.12.gy

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 10
install:
  - npm install
  - npm run bootstrap
script:
  - npm run test-ci
cache: npm
addons:
  code_climate:
    repo_token: CODE_CLIMATE_TOKEN
after_success:
  - npm global add codeclimate-test-reporter
  - codeclimate-test-reporter < coverage/lcov.info