The .travis.yml file used for this job is not available
Build Config
{
"language": "node_js",
"os": [
"linux"
],
"dist": "xenial",
"git": {
"depth": 10
},
"notifications": {
"email": [
{
"on_success": "never"
}
]
},
"node_js": [
"0.12",
"4",
"6",
"8",
"10"
],
"script": [
"make all"
],
"sudo": false
}