Bump js-yaml from 3.13.1 to 3.14.2 #1
Travis CI / Travis CI - Branch
required action
Nov 18, 2025 in 1m 2s
Build Errored
The build errored.
Details
This is a normal build for the dependabot/npm_and_yarn/js-yaml-3.14.2 branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has two jobs, running in parallel.
| Job | Node.js | OS | State |
|---|---|---|---|
| 7 | Linux | errored | |
| 8 | Linux | failed |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Focal) |
| Node.js Versions | 7, 8 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"node_js": [
"7",
"8"
],
"notifications": {
"email": [
{
"on_success": "never"
}
]
},
"script": [
"npm run lint",
"npm run test"
],
"cache": {
"directories": [
"node_modules"
]
},
"after_success": [
"npm run coveralls"
]
}
Loading