45cceda6d4
apparently this is the right module name for golint 🤷
10 lines
193 B
YAML
10 lines
193 B
YAML
language: go
|
|
go:
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
install:
|
|
- go get github.com/constabulary/gb/...
|
|
- go get golang.org/x/lint/golint
|
|
- go get github.com/fzipp/gocyclo
|
|
script: ./hooks/pre-commit
|