AMD64
Go: 1.9.4
Git
The .travis.yml file used for this job is not available
Build Config
{
"go": [
"1.9.4"
],
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"install": [
"make deps"
],
"language": "go",
"before_script": [
"make clean"
]
}