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