chore(deps): update dependency @goodeggs/toolkit to v8 #1080
Travis CI / Travis CI - Branch
required action
May 27, 2024 in 3m 56s
Build Errored
The build errored, just like the previous build.
Details
This is a normal build for the renovate/goodeggs-toolkit-8.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 (Trusty) |
Node.js Version | 14.21.3 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "trusty",
"node_js": [
"14.21.3"
],
"env": [
"global={:PATH=>\"\\\"/tmp/ci-tools:./node_modules/.bin/:$PATH\\\"\"}=NPM_TOKEN=[secure]"
],
"cache": {
"yarn": true,
"directories": [
"/tmp/ci-tools"
]
},
"before_install": [
"curl -sSL https://github.com/goodeggs/travis-utils/raw/master/install-ci-tools.sh | CACHE_DIR=/tmp/ci-tools sh -s -- yarn=1.9.4 codecov"
],
"after_script": [
"codecov"
],
"install": [
"yarn install"
],
"script": [
"yarn run test"
],
"deploy": [
{
"provider": "npm",
"email": "[email protected]",
"api_token": {
"secure": "mclmG0+zHQnQ3HlOCUEY3ioec8NT0jhOpk5fgN+vWnIlepFJ7cqD0LjhaXytnv4/WEQic25ym0mSD6OxFunJ+0h9CzMg3GCIIXAq7lrdQyxwFGn40kNSLlWyW+SniOE0zjb+8ne3zzMdXyquV0Lg43VflSn+5TzCRSsNjAQIXH6LySWqT/rVOzXiYvnV64A1XUCIWofCeDvrSbMmtXHqAQPXdd+N0zMN7y7jmQHjdoI4ZGcaec6Q+ygo/HfTST4anmyoe8EKfv9NFEBZx8rPlxoGJBl1HWoADl9OJdmUIaQon2bdn1oIyyhz1Jloxvp6uxZ/rdhkVaJ9qykPSbZd/du1W4itivPUcSRqIN95WxPgNXVieDLm02v5OD4F8pJV2FsvLbS+Zr8uBe5l+HgFdsFVcZ11XtimZD0lZtb9amfvfuaAn46GqpiygPANVDHt7+3wuw9rr8VlZ575MuPvz9N74fJ5hmcb/UGCiHBD4mQowLrpCvBAWPjDjli532XzXBu9Z3tHgeD6/leggDNiNlwrxL5sTUbF/UUngKD6k4I00oys6DJtwpPu02KYGMeY4sMPNQ7SlxoiRU/uAgld1iDUm5jAZTUAB8N59Hxp9Ib027v1B+xdSTOfcMW8XOxATkofEG8paAW1WBTgJBZLNSI6OxEPiZjxo9NQnAblnnU="
},
"skip_cleanup": true,
"on": {
"tags": true,
"all_branches": true
}
}
]
}
Loading