update travis

This commit is contained in:
keob 2019-12-20 09:44:50 +08:00
parent 3913663da6
commit 1fcf45ef34
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ go:
install:
- export PATH=$PATH:$HOME/gopath/bin
- go get -u github.com/opennota/check/cmd/structcheck
- go get -u honnef.co/go/tools/cmd/gosimple
# - go get -u honnef.co/go/tools/cmd/gosimple
- go get -u honnef.co/go/tools/cmd/staticcheck
- go get -u honnef.co/go/tools/cmd/unused
# - go get -u honnef.co/go/tools/cmd/unused
- go get -u github.com/mdempsky/unconvert
- go get -u github.com/gordonklaus/ineffassign
script: