mirror of
https://github.com/ergochat/ergo.git
synced 2025-04-20 23:07:54 +02:00
9 lines
61 B
YAML
9 lines
61 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.13.x"
|
|
|
|
script:
|
|
- make
|
|
- make test
|