Removed glide install from .travis.yml

This commit is contained in:
Matthieu Grieger 2016-06-21 19:04:05 -07:00
parent 5f8977944a
commit c9f8ff74ca

View file

@ -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