language: node_js node_js: - v9 - v8 - v7 - v6 script: - npm run lint - npm run test after_success: - npm run upload-coverage