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

12 lines
233 B
YAML
Raw Normal View History

2018-01-09 18:57:14 +00:00
language: go
go:
- 1.7
2018-07-18 14:47:22 +00:00
- 1.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