strikeentco/icache

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "7"
  - "6"
  - "5"
  - "4"
script: npm install istanbul && npm run lint && npm run test-on-travis
after_success:
  - npm install codeclimate-test-reporter && codeclimate-test-reporter < ./coverage/lcov.info