Bump esbuild from 0.14.14 to 0.25.0 in /modules #2
Travis CI / Travis CI - Pull Request
required action
Feb 13, 2025 in 21m 47s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2 Bump esbuild from 0.14.14 to 0.25.0 in /modules.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 22 jobs, running in parallel.
| Job | Node.js | ENV | OS | State |
|---|---|---|---|---|
| 14 | Linux | errored | ||
| 13 | Linux | errored | ||
| 12 | Linux | errored | ||
| 11 | Linux | errored | ||
| 10 | Linux | errored | ||
| 9 | Linux | failed | ||
| 8 | Linux | errored | ||
| 14 | TZ="America/New_York" | Linux | errored | |
| 13 | TZ="Europe/London" | Linux | errored | |
| 12 | TZ="Asia/Seoul" | Linux | errored | |
| 11 | TZ="America/Los_Angeles" FMTS=misc | Linux | errored | |
| 10 | TZ="Europe/Berlin" FMTS=misc | Linux | errored | |
| 9 | TZ="Asia/Kolkata" FMTS=misc | Linux | failed | |
| 8 | TZ="Asia/Shanghai" FMTS=misc | Linux | errored | |
| 7 | TZ="America/Cancun" FMTS=misc | Linux | errored | |
| 6 | TZ="Asia/Seoul" FMTS=misc | Linux | errored | |
| 5 | TZ="America/Anchorage" FMTS=misc | Linux | errored | |
| 4 | TZ="America/Barbados" FMTS=misc | Linux | errored | |
| 4.4.7 | TZ="Asia/Tokyo" FMTS=misc | Linux | errored | |
| 0.12 | TZ="America/Cayman" FMTS=misc | Linux | errored | |
| 0.10 | TZ="Pacific/Honolulu" FMTS=misc | Linux | errored | |
| 0.8 | TZ="America/Mexico_City" FMTS=misc | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Node.js |
| Operating System | Linux (Xenial) |
| Node.js Versions | 14, 13, 12, 11, 10, 9, 8 |
Build Configuration
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"node_js": [
"14",
"13",
"12",
"11",
"10",
"9",
"8"
],
"before_install": [
"npm config set strict-ssl false",
"./misc/node_version.sh",
"npm install -g mocha@2.x voc",
"npm install blanket",
"npm install word",
"npm install coveralls mocha-lcov-reporter",
"npm install jsdom@11.x"
],
"before_script": [
"make init",
"cd test_files; make all; cd -"
],
"after_success": [
],
"jobs": {
"include": [
{
"node_js": "14",
"env": [
{
"TZ": ""America/New_York""
}
]
},
{
"node_js": "13",
"env": [
{
"TZ": ""Europe/London""
}
]
},
{
"node_js": "12",
"env": [
{
"TZ": ""Asia/Seoul""
}
]
},
{
"node_js": "11",
"env": [
{
"TZ": ""America/Los_Angeles"",
"FMTS": "misc"
}
]
},
{
"node_js": "10",
"env": [
{
"TZ": ""Europe/Berlin"",
"FMTS": "misc"
}
]
},
{
"node_js": "9",
"env": [
{
"TZ": ""Asia/Kolkata"",
"FMTS": "misc"
}
]
},
{
"node_js": "8",
"env": [
{
"TZ": ""Asia/Shanghai"",
"FMTS": "misc"
}
]
},
{
"node_js": "7",
"env": [
{
"TZ": ""America/Cancun"",
"FMTS": "misc"
}
]
},
{
"node_js": "6",
"env": [
{
"TZ": ""Asia/Seoul"",
"FMTS": "misc"
}
]
},
{
"node_js": "5",
"env": [
{
"TZ": ""America/Anchorage"",
"FMTS": "misc"
}
]
},
{
"node_js": "4",
"env": [
{
"TZ": ""America/Barbados"",
"FMTS": "misc"
}
]
},
{
"node_js": "4.4.7",
"env": [
{
"TZ": ""Asia/Tokyo"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.12",
"env": [
{
"TZ": ""America/Cayman"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.10",
"env": [
{
"TZ": ""Pacific/Honolulu"",
"FMTS": "misc"
}
]
},
{
"node_js": "0.8",
"env": [
{
"TZ": ""America/Mexico_City"",
"FMTS": "misc"
}
]
}
]
}
}
Loading