travisci: Remove explicit dep fetch

This commit is contained in:
Andrey Petrov 2018-12-25 14:50:57 -05:00
parent bdd9274aaa
commit c1f374917c

View File

@ -10,7 +10,6 @@ env:
- CGO_ENABLED=0 GO111MODULE=on
install:
- go get -t ./...
- go get github.com/gordonklaus/ineffassign
script: