[renovate] Update all dependencies (major) #11
Travis CI / Travis CI - Branch
required action
Jan 11, 2025 in 54s
Build Errored
The build errored, just like the previous build.
Details
This is a normal build for the renovate/major-all-dependencies branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in two sequential stages.
Stage 1: test
This stage errored.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
475.1 | 14 | APP_DIR=src | Linux | errored |
475.2 | 16 | APP_DIR=src | Linux | errored |
Stage 2: deploy
This stage canceled.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
475.3 | 14 | APP_DIR=src | Linux | canceled |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Xenial) |
Node.js Versions | 14, 16 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"env": [
"jobs={:APP_DIR=>\"src\"}"
],
"node_js": [
"14",
"16"
],
"script": [
"yarn install --non-interactive",
"yarn lint",
"yarn test"
],
"jobs": {
"include": [
{
"on": {
"branch": "master"
},
"stage": "deploy",
"node_js": "14",
"script": [
"yarn install --non-interactive",
"npx semantic-release"
]
}
]
},
"notifications": {
"email": [
{
"on_success": "never",
"on_failure": "always"
}
]
}
}
Loading