language: node_js sudo: false node_js: - "11" - "10" - "8" install: - npm install script: - npm run test:ci