ergo/.travis.yml

9 lines
61 B
YAML

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