git-bug/.travis.yml
2018-07-16 23:23:43 +02:00

12 lines
91 B
YAML

language: go
go:
- "1.8"
- "1.10.x"
install:
- make install
script:
- make test