mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-05 19:59:08 -07:00
9 lines
61 B
YAML
9 lines
61 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
|
|
script:
|
|
- make
|
|
- make test
|