Skip to content

Bump esbuild from 0.14.14 to 0.25.0 in /modules

4b96aaf
Select commit
Loading
Failed to load commit list.
Merged

Bump esbuild from 0.14.14 to 0.25.0 in /modules #2

Bump esbuild from 0.14.14 to 0.25.0 in /modules
4b96aaf
Select commit
Loading
Failed to load commit list.
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
3.1 14 Linux errored
3.2 13 Linux errored
3.3 12 Linux errored
3.4 11 Linux errored
3.5 10 Linux errored
3.6 9 Linux failed
3.7 8 Linux errored
3.8 14 TZ="America/New_York" Linux errored
3.9 13 TZ="Europe/London" Linux errored
3.10 12 TZ="Asia/Seoul" Linux errored
3.11 11 TZ="America/Los_Angeles" FMTS=misc Linux errored
3.12 10 TZ="Europe/Berlin" FMTS=misc Linux errored
3.13 9 TZ="Asia/Kolkata" FMTS=misc Linux failed
3.14 8 TZ="Asia/Shanghai" FMTS=misc Linux errored
3.15 7 TZ="America/Cancun" FMTS=misc Linux errored
3.16 6 TZ="Asia/Seoul" FMTS=misc Linux errored
3.17 5 TZ="America/Anchorage" FMTS=misc Linux errored
3.18 4 TZ="America/Barbados" FMTS=misc Linux errored
3.19 4.4.7 TZ="Asia/Tokyo" FMTS=misc Linux errored
3.20 0.12 TZ="America/Cayman" FMTS=misc Linux errored
3.21 0.10 TZ="Pacific/Honolulu" FMTS=misc Linux errored
3.22 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"
}
]
}
]
}
}