Updated travis file
This commit is contained in:
parent
f409bc574a
commit
d4033592c1
@ -34,6 +34,7 @@ before_script:
|
||||
- go get github.com/golang/lint/golint # Linter
|
||||
- go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter
|
||||
- go get github.com/fzipp/gocyclo
|
||||
- go get -t ./... # Get dependencies
|
||||
|
||||
# script always run to completion (set +e). All of these code checks are must haves
|
||||
# in a modern Go project.
|
||||
|
Loading…
Reference in New Issue
Block a user