gomatrix/.travis.yml

10 lines
225 B
YAML
Raw Normal View History

2017-06-12 18:42:48 +00:00
language: go
go:
2019-01-29 18:47:24 +00:00
- 1.10.x
2017-06-12 18:42:48 +00:00
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