mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 00:24:07 +08:00
14 lines
135 B
YAML
14 lines
135 B
YAML
language: go
|
|
os: linux
|
|
dist: trusty
|
|
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
|
|
script:
|
|
go test -timeout 10m -tags xmlroundtrip -v
|