Removed glide install from .travis.yml
This commit is contained in:
parent
5f8977944a
commit
c9f8ff74ca
|
@ -11,7 +11,6 @@ before_install:
|
|||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- glide install
|
||||
|
||||
script:
|
||||
- make test
|
||||
|
|
Reference in a new issue