Fixed travis test

This commit is contained in:
Eduard Urbach 2018-04-26 21:00:29 +02:00
parent 09ac91b9b2
commit 5b4e113c20

View File

@ -28,7 +28,7 @@ notifications:
# flunk the build and immediately stop. It's sorta like having
# set -e enabled in bash.
before_script:
# - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/
- 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 # Cyclomatic complexity