1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-19 07:22:17 +03:00

travis: add missing dependencies.

This commit is contained in:
Vladimir Mihailenco 2013-12-30 13:48:16 +02:00
parent be223ae3c6
commit 09e549f44e

View File

@ -10,4 +10,6 @@ go:
- tip
install:
- go get github.com/vmihailenco/bufio
- go get github.com/golang/glog
- go get launchpad.net/gocheck