patch-1 Fix Node.js version selection for Travis CI

See: https://docs.travis-ci.com/user/languages/javascript-with-nodejs

Carla avatar Carla

Push event #1.1 passed

  • Ran for
AMD64
Node.js: node
Git
The .travis.yml file used for this job is not available
Build Config
{
  "dist": "trusty",
  "sudo": false,
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "addons": {
    "chrome": "stable"
  },
  "script": [
    "npm run test",
    "npm run build"
  ],
  "install": [
    "npm --version",
    "npm i"
  ],
  "node_js": [
    "node"
  ],
  "language": "node_js"
}