Update dependency husky to v9 #115
Open
Travis CI / Travis CI - Branch
succeeded
Jan 25, 2024 in 1m 8s
Build Passed
The build passed.
Details
This is a normal build for the renovate/husky-9.x branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Node.js |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "focal",
"cache": {
"yarn": true
},
"before_script": [
"yarn lint"
],
"notifications": {
"email": [
{
"enabled": false
}
]
},
"deploy": [
{
"provider": "npm",
"email": "[email protected]",
"on": {
"branch": [
"master"
]
},
"skip_cleanup": true,
"api_token": {
"secure": "MtpU+a4OP5zRVFsQ2qm2J5xy1sR+yUa6xFKh4eRbDNBaOWGby4WnUem/Fua8xXI102ct9mqmgu3brCquyDIfkM6uY4qYknWtk3ofJvbCVySXWqws6KOcETLDp3w7fsAFFvHXuDVEuPjwnrE6N4r0X3nv1xGTLXfHff8Q7j0xiL6iwAIyEfLIv/XEZAS78WVCQ9IMRb3BPvOpLeqgHOupfBAYivA8bYfnv95fDLtRBsiQnBB4U1nU7VuP9LUn756pinqzneasYri3TtkOQmlvAtdpq9InY0WZycy1EhQTBu7lY1+Z+KHxQlaAO+JwAcNtKd6buv8/tlVWIHgKDik9Y1CaZxoVc33WBWmZ/PMrBa2DxWxNvPPN+dqQO+OMEfSoKJyCqJiF5qsb5gD0NXtCYQfszTtl2JkiRrSs0hW+WGNxYRZN/j6cJtmBN+zsuBIefM7iKfQMjH907nfGRRa8+h+7mqVmL2mikP4aEJjYPZe7WCd87asyUfOmvOoVsv+ZclBQ0J1wgE8b6o1JqYA1CfD619MZQB0AZG5dB+zRfI6U6FdQVnVtCx21o/fGdFlBZpiLzzgKjjLoxCP3cAzoGyjwzGyb5S/JXK5JQu7FQBgnDDx+rP8qWdCYzxpzAzbI65BFgJXgK6RsHBuudFSd6MVYpidRY78hkpmsi7aXhcU="
}
}
]
}
Loading