mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
6 lines
64 B
YAML
6 lines
64 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.9
|
||
|
script:
|
||
|
- go test -cover -race ./...
|