mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
be3cf39f80
See #81
9 lines
82 B
YAML
9 lines
82 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4.2
|
|
- tip
|
|
script:
|
|
- go test ./...
|
|
- go build
|