Donmclean/riko

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "8.5.0"
script:
  - yarn add coveralls
  - npm run test
#after_script:
#  - yarn global add codeclimate-test-reporter
#  - yarn run test-coverage