mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 06:29:29 +01:00
9 lines
62 B
YAML
9 lines
62 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.14rc1"
|
|
|
|
script:
|
|
- make
|
|
- make test
|