mirror of
https://github.com/mgechev/revive.git
synced 2024-11-28 08:49:11 +02:00
7 lines
82 B
YAML
7 lines
82 B
YAML
language: go
|
|
|
|
go: "1.11.x"
|
|
|
|
install: make install
|
|
script: make build && make test
|