1
0
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:
Vladimir Mihailenco
2015-08-07 18:07:27 +03:00
parent c0b0c99ec5
commit d522cd5ae5

View File

@ -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