language: node_js node_js: - "stable" - "4" - "5" script: - npm run lint - npm test after_script: - npm run coveralls