From d4033592c183fcf5103f09c64ef8d0bc4f3a8e43 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 26 Apr 2018 01:56:33 +0200 Subject: [PATCH] Updated travis file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5cc7190c..28e4d2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.