git-bug/.travis.yml

12 lines
91 B
YAML

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