mirror of
https://github.com/spf13/cobra
synced 2024-11-05 05:17:12 +00:00
9 lines
94 B
YAML
9 lines
94 B
YAML
language: go
|
|
go:
|
|
- 1.3.3
|
|
- 1.4.2
|
|
- 1.5.1
|
|
- tip
|
|
script:
|
|
- go test ./...
|
|
- go build
|