blob: df73d9d5c6df7e273bdbe6ede35931f03438acad [file] [log] [blame]
language: go
go:
- 1.9.x
- 1.10.x
- 1.11.x
go_import_path: google.golang.org/genproto
script:
- go test -v ./...
- if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
go get -u -v cloud.google.com/go/...;
fi