mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 17:58:18 -07:00
7 lines
64 B
YAML
7 lines
64 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.1
|
||
|
script:
|
||
|
- go test ./...
|
||
|
- go build
|