golangci-lint/.travis.yml
2018-05-13 19:20:42 +03:00

7 lines
68 B
YAML

sudo: false
language: go
go:
- 1.9.x
- 1.10.x
script: make test