mirror of
https://github.com/mgechev/revive.git
synced 2024-11-28 08:49:11 +02:00
10 lines
87 B
YAML
10 lines
87 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- "1.10.x"
|
||
|
- master
|
||
|
|
||
|
script:
|
||
|
- go build
|
||
|
- go test ./test/...
|