ergo/.travis.yml

10 lines
74 B
YAML

language: go
go:
- "1.14.x"
script:
- make
- make test
- make smoke