ergo/.travis.yml

9 lines
61 B
YAML

language: go
go:
- "1.12.x"
script:
- make
- make test