mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
travis: use Redis 3.0.3 to fix the build.
This commit is contained in:
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ testdeps: .test/redis/src/redis-server
|
|||||||
|
|
||||||
.test/redis:
|
.test/redis:
|
||||||
mkdir -p $@
|
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
|
.test/redis/src/redis-server: .test/redis
|
||||||
cd $< && make all
|
cd $< && make all
|
||||||
|
Reference in New Issue
Block a user