language: go go: - 1.x install: - go get -t ./... script: go test ./... -v sudo: false