language: node_js node_js: - "node" cache: npm install: - npm install jshint -g - npm install script: - jshint index.js - npm test