travis: install 'ineffassign'

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
release-3.3
Gyu-Ho Lee 2017-10-03 02:15:06 -07:00
parent 0199bdc266
commit 207c90c5e7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ before_install:
- go get -v -u honnef.co/go/tools/cmd/gosimple
- go get -v -u honnef.co/go/tools/cmd/unused
- go get -v -u honnef.co/go/tools/cmd/staticcheck
- go get -v -u github.com/gordonklaus/ineffassign
- ./scripts/install-marker.sh amd64
- export GOROOT=$(go env GOROOT)