Skip to content

Remove node 10 from Travis matrix - #211

Open
kadamwhite wants to merge 2 commits into
mainfrom
travis-error
Open

Remove node 10 from Travis matrix#211
kadamwhite wants to merge 2 commits into
mainfrom
travis-error

Merge branch 'main' into travis-error

b50125c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Apr 7, 2026 in 48s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #211 Remove node 10 from Travis matrix.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Node.js OS State
956.1 node Linux passed
956.2 lts\/\* Linux passed

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Focal)
Node.js Versions node, lts/*
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "npm run lint && npm run test && npm run test-build"
  ],
  "node_js": [
    "node",
    "lts/*"
  ],
  "branches": {
    "only": [
      "main",
      "beta",
      "v1"
    ]
  }
}