language: node_js sudo: false node_js: - "9" - "8" - "6" install: - npm install - npm install codecov script: - npm test - npm run codecov