zest/user.datastore

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
    # nodejs version
  - "0.11"
after_success:
    # run the coverage task and push the coverage report to coveralls
  - "./node_modules/.bin/grunt coveralls"
  - "./node_modules/.bin/grunt document gh-pages"