language: node_js node_js: - '4' - '6' script: npm test after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"