AMD64
Go: 1.8
Git
The .travis.yml file used for this job is not available
Build Config
{
  "go": 1.8,
  "sudo": false,
  "script": [
    "go install ."
  ],
  "install": [
    "go get -u github.com/FiloSottile/gvt",
    "gvt restore"
  ],
  "language": "go"
}