mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
13 lines
249 B
YAML
13 lines
249 B
YAML
language: go
|
|
go:
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.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
|