mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-03 16:42:38 +01:00
9 lines
61 B
YAML
9 lines
61 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
|
|
script:
|
|
- make
|
|
- make test
|