TechnologyAdvice/glambda

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "0.12"
  - "0.11"
  - "0.10"
script:
  - npm run cover
after_success:
  - npm install -g codeclimate-test-reporter
  - codeclimate-test-reporter < coverage/lcov.info