Skip to content

fix repo url

e5b792c
Select commit
Loading
Failed to load commit list.
Merged

FKITDEV-6309: TechTeamer fork #1

fix repo url
e5b792c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 13, 2025 in 21m 27s

Build Errored

The build errored.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1 FKITDEV-6309: TechTeamer fork.
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
1.1 14 Linux errored
1.2 13 Linux errored
1.3 12 Linux errored
1.4 11 Linux errored
1.5 10 Linux errored
1.6 9 Linux failed
1.7 8 Linux errored
1.8 14 TZ="America/New_York" Linux errored
1.9 13 TZ="Europe/London" Linux errored
1.10 12 TZ="Asia/Seoul" Linux errored
1.11 11 TZ="America/Los_Angeles" FMTS=misc Linux errored
1.12 10 TZ="Europe/Berlin" FMTS=misc Linux errored
1.13 9 TZ="Asia/Kolkata" FMTS=misc Linux failed
1.14 8 TZ="Asia/Shanghai" FMTS=misc Linux errored
1.15 7 TZ="America/Cancun" FMTS=misc Linux errored
1.16 6 TZ="Asia/Seoul" FMTS=misc Linux errored
1.17 5 TZ="America/Anchorage" FMTS=misc Linux errored
1.18 4 TZ="America/Barbados" FMTS=misc Linux errored
1.19 4.4.7 TZ="Asia/Tokyo" FMTS=misc Linux errored
1.20 0.12 TZ="America/Cayman" FMTS=misc Linux errored
1.21 0.10 TZ="Pacific/Honolulu" FMTS=misc Linux errored
1.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"
}
]
}
]
}
}