language: node_js node_js: - "4" script: - "npm run test-travis" after_script: - "npm install coveralls && cat coverage/lcov.info | coveralls"