[renovate] Update all dependencies (major) #11
Travis CI / Travis CI - Pull Request
required action
Jan 11, 2025 in 56s
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 #11 [renovate] Update dependency sinon to v11.
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 two sequential stages.
Stage 1: test
This stage errored.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
476.1 | 14 | APP_DIR=src | Linux | errored |
476.2 | 16 | APP_DIR=src | Linux | errored |
Stage 2: deploy
This stage canceled.
Job | Node.js | ENV | OS | State |
---|---|---|---|---|
476.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