Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency chai to v5 #168

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

chore(deps): update dependency chai to v5

8fcedc1
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency chai to v5 #168

chore(deps): update dependency chai to v5
8fcedc1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Oct 26, 2024 in 1m 47s

Build Errored

The build errored. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #168 chore(deps): update dependency chai to v5.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Node.js OS State
819.1 12.22.12 Linux errored
819.2 10.24.1 Linux errored
819.3 8.17.0 Linux errored

Build Configuration

Build Option Setting
Language Node.js
Operating System Linux (Xenial)
Node.js Versions 12.22.12, 10.24.1, 8.17.0
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "cache": {
    "yarn": true
  },
  "node_js": [
    "12.22.12",
    "10.24.1",
    "8.17.0"
  ],
  "services": [
    "mongodb"
  ],
  "script": [
    "yarn run ci"
  ]
}