mirror of https://github.com/go-redis/redis.git
travis: use Redis 3.0.3 to fix the build.
This commit is contained in:
parent
c0b0c99ec5
commit
d522cd5ae5
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ testdeps: .test/redis/src/redis-server
|
|||
|
||||
.test/redis:
|
||||
mkdir -p $@
|
||||
wget -qO- https://github.com/antirez/redis/archive/3.0.tar.gz | tar xvz --strip-components=1 -C $@
|
||||
wget -qO- https://github.com/antirez/redis/archive/3.0.3.tar.gz | tar xvz --strip-components=1 -C $@
|
||||
|
||||
.test/redis/src/redis-server: .test/redis
|
||||
cd $< && make all
|
||||
|
|
Loading…
Reference in New Issue