Removed glide install from .travis.yml

pull/153/head
Matthieu Grieger 2016-06-21 19:04:05 -07:00
parent 5f8977944a
commit c9f8ff74ca
1 changed files with 0 additions and 1 deletions

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