AMD64
Go: 1.8.x
Git
The .travis.yml file used for this job is not available
Build Config
{
  "go": "1.8.x",
  "dist": "trusty",
  "script": [
    "go build -o dns-soa-monitor"
  ],
  "install": [
    "go get github.com/FiloSottile/gvt",
    "gvt restore"
  ],
  "language": "go"
}