language: go
install: make deps
script:
- go get github.com/goreleaser/goreleaser
- make
- make test