mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
12 lines
233 B
YAML
12 lines
233 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
- 1.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
|