ceph-csi/vendor/google.golang.org/genproto/.travis.yml

13 lines
249 B
YAML
Raw Normal View History

2018-01-09 18:57:14 +00:00
language: go
go:
2018-11-26 18:23:56 +00:00
- 1.9.x
- 1.10.x
- 1.11.x
2018-01-09 18:57:14 +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