mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-09 20:02:07 -08:00
8 lines
61 B
YAML
8 lines
61 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
|
|
script:
|
|
- make
|
|
- make test
|