sudo: false language: go go: - 1.8.x - master install: - go get -t -v ./... script: - go get golang.org/x/tools/cmd/cover - go test -v -cover -race