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:35:45 +01:00
parent 5ae9b58daf
commit deac66209e

View File

@ -2,6 +2,7 @@ language: go
go:
- '1.7'
install:
- go get github.com/gorilla/mux
- go get github.com/hashicorp/raft
- go get github.com/ugorji/go/codec
- go get golang.org/x/tools/cmd/cover