Files
grpc-go/.travis.yml
David Symonds bd7fb8d865 Remove manaul GOPATH manipulation.
Travis' Go setup already sets up a suitable `GOPATH`, so there's no need to do it manually.
2015-02-27 13:59:09 +11:00

9 lines
169 B
YAML

language: go
install:
- go get -v -t -d google.golang.org/grpc/...
script:
- go test -v google.golang.org/grpc/...
- go test -v -race google.golang.org/grpc/...