git-bug/.travis.yml
Michael Muré a4d403de3a
cleaning
2018-07-26 12:47:52 +02:00

11 lines
90 B
YAML

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