language: node_js node_js: - "5" - "6" - "7" script: - npm run lint - npm run build - npm run test:cov after_success: - npm run coverage