mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
10 lines
74 B
YAML
10 lines
74 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14.x"
|
|
|
|
script:
|
|
- make
|
|
- make test
|
|
- make smoke
|