mirror of
https://git.mills.io/prologic/zs
synced 2024-11-25 14:56:12 +03:00
11 lines
86 B
YAML
11 lines
86 B
YAML
language: go
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- release
|
|
- tip
|
|
|
|
script:
|
|
- go test -v ./...
|