update travis

This commit is contained in:
Sergey Dudoladov 2019-10-02 13:58:37 +02:00
parent 0de6769b20
commit 439fb93eeb
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ go:
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
install:
- make deps