language: node_js script: "npm run test:ci" node_js: - "node" - "lts/*" - "10" - "8" # Opt-in to travis container infrastructure sudo: false