gomuks/vendor/maunium.net/go/gomatrix/.travis.yml

10 lines
222 B
YAML
Raw Normal View History

2018-04-22 20:25:06 +02:00
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