10 lines
77 B
YAML
10 lines
77 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
script:
|
|
- make test-cover
|