mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01: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:
|
||||
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
|
||||
|
Reference in New Issue
Block a user