bash.im-telegram-bot/.travis.yml

7 lines
87 B
YAML

dist: xenial
language: go
go:
- "1.12"
script:
- "make test"
- "make build"