From d522cd5ae5e5f936ba35efc880435c26daf762d8 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Fri, 7 Aug 2015 18:07:27 +0300 Subject: [PATCH] travis: use Redis 3.0.3 to fix the build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3763d61..1107e5fe 100644 --- a/Makefile +++ b/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