mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 19:48:12 +00:00
10 lines
90 B
YAML
10 lines
90 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- master
|
|
|
|
script:
|
|
- go test -cover
|