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
1 changed files with 1 additions and 1 deletions

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