Add missing dep to .travis.yml

License: MIT
Signed-off-by: Hector Sanjuan <hector@protocol.ai>
This commit is contained in:
Hector Sanjuan 2016-12-08 17:39:27 +01:00
parent deac66209e
commit fe0ddbb963

View File

@ -4,6 +4,7 @@ go:
install:
- go get github.com/gorilla/mux
- go get github.com/hashicorp/raft
- go get github.com/hashicorp/raft-boltdb
- go get github.com/ugorji/go/codec
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls