language: node_js node_js: - "iojs-v2.0.0" - "iojs" - "4" script: - npm run lint - npm test --coverage after_script: - npm run codecov