ingress-nginx-helm/vendor/google.golang.org/genproto/.travis.yml

13 lines
249 B
YAML
Raw Normal View History

2017-10-06 20:33:32 +00:00
language: go
go:
2018-12-05 16:27:09 +00:00
- 1.9.x
- 1.10.x
- 1.11.x
2017-10-06 20:33:32 +00:00
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