Skip to content

[FKQA-327]: Maintenance/master#4

Merged
bencelaszlo merged 2 commits into
masterfrom
maintenance/master-2026-05
May 8, 2026
Merged

[FKQA-327]: Maintenance/master#4
bencelaszlo merged 2 commits into
masterfrom
maintenance/master-2026-05

chore: finish maintenance documentation

69a6035
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action May 5, 2026 in 31m 4s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the maintenance/master-2026-05 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 22 jobs, running in parallel.

Job Node.js ENV OS State
12.1 14 Linux errored
12.2 13 Linux errored
12.3 12 Linux errored
12.4 11 Linux errored
12.5 10 Linux errored
12.6 9 Linux errored
12.7 8 Linux errored
12.8 14 TZ="America/New_York" Linux errored
12.9 13 TZ="Europe/London" Linux errored
12.10 12 TZ="Asia/Seoul" Linux errored
12.11 11 TZ="America/Los_Angeles" FMTS=misc Linux errored
12.12 10 TZ="Europe/Berlin" FMTS=misc Linux errored
12.13 9 TZ="Asia/Kolkata" FMTS=misc Linux errored
12.14 8 TZ="Asia/Shanghai" FMTS=misc Linux errored
12.15 7 TZ="America/Cancun" FMTS=misc Linux errored
12.16 6 TZ="Asia/Seoul" FMTS=misc Linux errored
12.17 5 TZ="America/Anchorage" FMTS=misc Linux errored
12.18 4 TZ="America/Barbados" FMTS=misc Linux errored
12.19 4.4.7 TZ="Asia/Tokyo" FMTS=misc Linux errored
12.20 0.12 TZ="America/Cayman" FMTS=misc Linux errored
12.21 0.10 TZ="Pacific/Honolulu" FMTS=misc Linux errored
12.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"
}
]
}
]
}
}