mirror of https://github.com/go-redis/redis.git
travis: add missing dependency.
This commit is contained in:
parent
e3ba7e7bf6
commit
802521d0fe
|
@ -10,6 +10,7 @@ go:
|
|||
|
||||
install:
|
||||
- go get gopkg.in/bufio.v1
|
||||
- go get gopkg.in/bsm/ratelimit.v1
|
||||
- go get github.com/onsi/ginkgo
|
||||
- go get github.com/onsi/gomega
|
||||
- mkdir -p $HOME/gopath/src/gopkg.in
|
||||
|
|
Loading…
Reference in New Issue