mirror of
https://github.com/spf13/cobra
synced 2025-05-03 20:07:18 +00:00
8 lines
82 B
YAML
8 lines
82 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4.2
|
|
- tip
|
|
script:
|
|
- go test ./...
|
|
- go build
|