8 lines
184 B
YAML
8 lines
184 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
install:
|
|
- go get github.com/constabulary/gb/...
|
|
- go get github.com/golang/lint/golint
|
|
- go get github.com/fzipp/gocyclo
|
|
script: bash -x ./hooks/pre-commit
|