.travis.yml 222 B

123456789
  1. language: go
  2. go:
  3. - 1.8
  4. install:
  5. - go get github.com/golang/lint/golint
  6. - go get github.com/fzipp/gocyclo
  7. - go get github.com/client9/misspell/...
  8. - go get github.com/gordonklaus/ineffassign
  9. script: ./hooks/pre-commit