tillarnold/keyifyer

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "4.0.0"
  - "stable"
install: npm install
script: npm run jshint && npm run test-coveralls
sudo: false