mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
15 lines
137 B
YAML
15 lines
137 B
YAML
language: go
|
|
sudo: false
|
|
|
|
go:
|
|
- 1.11.x
|
|
- tip
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|