ecman/walkitout

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - 0.10
  - "iojs"
  - 4
  - 6
  - 7
after_success:
  - npm install -g codeclimate-test-reporter codecov
  - codeclimate-test-reporter < coverage/lcov.info
  - codecov