Bump follow-redirects from 1.15.3 to 1.15.6 #390
Closed
Travis CI / Travis CI - Branch
failed
Aug 5, 2024 in 5m 39s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a normal build for the dependabot/npm_and_yarn/follow-redirects-1.15.6 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 | Notes |
---|---|---|---|---|
4838.1 | 20.8.0 | Linux | failed | |
4838.2 | stable | Linux | failed | This job is allowed to fail. |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Jammy) |
Node.js Versions | 20.8.0, stable |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "jammy",
"sudo": false,
"node_js": [
"20.8.0",
"stable"
],
"cache": {
"yarn": true,
"directories": [
"node_modules"
]
},
"before_install": [
"google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &",
"corepack enable",
"yarn set version 3.6.4"
],
"install": [
"yarn --immutable",
"NODE_ENV=production npm run build"
],
"addons": {
"chrome": "stable"
},
"services": [
"docker"
],
"script": [
"npm test",
"./artifact.sh"
],
"jobs": {
"allow_failures": [
{
"node_js": "stable"
}
]
}
}
Loading