mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
11 lines
97 B
YAML
11 lines
97 B
YAML
language: go
|
|
|
|
go: 1.6
|
|
|
|
install:
|
|
- make install
|
|
|
|
script:
|
|
- make lint
|
|
- go test -cover ./...
|