mautrix-whatsapp/vendor/maunium.net/go/gomatrix/.travis.yml
Tulir Asokan a6ebc50f6d Add dep
2018-08-26 17:29:51 +03:00

9 lines
222 B
YAML

language: go
go:
- 1.8
install:
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
- go get github.com/client9/misspell/...
- go get github.com/gordonklaus/ineffassign
script: ./hooks/pre-commit