ingress-nginx-helm/vendor/google.golang.org/genproto/.travis.yml
Manuel de Brito Fontes d6d374b28d Update dependencies
2017-10-06 19:40:31 -03:00

12 lines
241 B
YAML

language: go
go:
- 1.6
- 1.7
- 1.8
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