language: go
go:
- 1.11.x
- 1.12.x
script:
- make vet
- make test
- bash <(curl -s https://codecov.io/bash)