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