language: node_js node_js: - "6" - "7" - "8" before_install: - npm i -g npm@5.6.0 script: - npm test - npm run upload_cov