language: go go: - 1.4 script: - go get golang.org/x/tools/cmd/vet - go test -v ./... - go vet ./... notifications: email: - marty.schoch@gmail.com