Skip to content

Commit 1244ca3

Browse files
committed
Use Redis stable for testing
1 parent 23f6dd4 commit 1244ca3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ services:
55
- redis-server
66

77
go:
8-
- 1.11.x
98
- 1.12.x
109
- 1.13.x
1110
- tip

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench: testdeps
1414

1515
testdata/redis:
1616
mkdir -p $@
17-
wget -qO- http://download.redis.io/releases/redis-5.0.7.tar.gz | tar xvz --strip-components=1 -C $@
17+
wget -qO- http://download.redis.io/redis-stable.tar.gz | tar xvz --strip-components=1 -C $@
1818

1919
testdata/redis/src/redis-server: testdata/redis
2020
cd $< && make all

0 commit comments

Comments
 (0)