From 9ae7ad73d85f0a4d97e43670d79f2cfb6be85813 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Wed, 2 Oct 2019 14:01:34 +0200 Subject: [PATCH] fix formatting in .travis.yaml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff3ef2404..cffa58932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: - go get github.com/Masterminds/glide - go get github.com/mattn/goveralls - go get -u github.com/gordonklaus/ineffassign - - go get -u honnef.co/go/tools/cmd/staticcheck + - go get -u honnef.co/go/tools/cmd/staticcheck install: - make deps