This repository has been archived on 2022-08-18. You can view files and clone it, but cannot push or open issues or pull requests.
rageshake/.travis.yml

11 lines
198 B
YAML
Raw Permalink Normal View History

2017-04-04 16:31:28 +05:30
language: go
go:
2019-06-18 14:47:55 +05:30
- "1.9"
- "1.10"
- "1.11"
2017-04-04 16:31:28 +05:30
install:
- go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo
script: ./hooks/pre-commit