Skip to content

Commit

Permalink
Use Redis stable for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Jun 5, 2020
1 parent 949ccae commit 12d46bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
- redis-server

go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 12d46bf

Please sign in to comment.