Use Redis stable for testing

This commit is contained in:
Vladimir Mihailenco 2020-06-05 08:50:44 +03:00
parent 23f6dd4187
commit 1244ca3ec9
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ services:
- redis-server
go:
- 1.11.x
- 1.12.x
- 1.13.x
- tip

View File

@ -14,7 +14,7 @@ bench: testdeps
testdata/redis:
mkdir -p $@
wget -qO- http://download.redis.io/releases/redis-5.0.7.tar.gz | tar xvz --strip-components=1 -C $@
wget -qO- http://download.redis.io/redis-stable.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
cd $< && make all