language: node_js sudo: false node_js: - "6" - "8" - "10" install: - npm install script: - node --version - npm --version - npm test