chore: Bump tabbable from 5.1.3 to 6.2.0 #1530
Closed
Travis CI / Travis CI - Pull Request
failed
May 1, 2024 in 3m 57s
Build Failed
The build failed. 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 #1530 chore: Bump tabbable from 5.1.3 to 6.2.0.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in two sequential stages.
Stage 1: Lint commit message
This stage failed.
Job | Node.js | OS | State |
---|---|---|---|
5875.1 | 15.11.0 | Linux | failed |
Stage 2: Lint and Test
This stage canceled.
Job | Node.js | OS | State |
---|---|---|---|
5875.2 | 15.11.0 | Linux | canceled |
5875.3 | 15.11.0 | Linux | canceled |
5875.4 | 15.11.0 | Linux | canceled |
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Trusty) |
Node.js Version | 15.11.0 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "trusty",
"node_js": [
"15.11.0"
],
"cache": {
"npm": true
},
"git": {
"depth": false
},
"script": [
"npm run build"
],
"jobs": {
"include": [
{
"stage": "Lint commit message",
"script": [
"commitlint-travis"
]
},
{
"stage": "Lint and Test",
"script": [
"npm run lint && npm run size"
]
},
{
"script": [
"npm run test:coverage && npm run test:coveralls"
]
},
{
"script": [
"npm run test:storybook"
]
},
{
"stage": "Pre-release",
"if": "branch = main AND type != pull_request",
"before_deploy": [
"git checkout main",
"bash ./ci-scripts/setup-npm.sh"
],
"deploy": [
{
"provider": "script",
"script": "bash ./ci-scripts/publish-rc.sh",
"skip_cleanup": true,
"on": {
"all_branches": true
}
}
]
},
{
"stage": "Release",
"if": "branch = tmp_branch_for_automated_release_do_not_use",
"before_deploy": [
"git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/*",
"git fetch",
"git checkout main",
"bash ./ci-scripts/setup-npm.sh"
],
"deploy": [
{
"provider": "script",
"script": "bash ./ci-scripts/publish.sh",
"skip_cleanup": true,
"on": {
"all_branches": true
}
}
]
}
]
},
"notifications": {
"email": [
{
"on_failure": "always",
"on_success": "change"
}
],
"slack": [
{
"rooms": [
"ui-fundamentals:zVRyxlqkYnQFD7p8QHkWM8Fd#react-automated"
]
}
]
}
}
Loading