File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ travis-install:
469469 cd /usr/bin ; \
470470 sudo ln -sf gcc-8 gcc ; \
471471 sudo ln -sf g++-8 g++
472- [ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
472+ [ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch 6.2 --single-branch redis-git || true
473473 $(MAKE ) -C redis-git clean
474474 $(MAKE ) -C redis-git
475475
@@ -478,7 +478,7 @@ circleci-install:
478478 cd /usr/bin ; \
479479 sudo ln -sf gcc-8 gcc ; \
480480 sudo ln -sf g++-8 g++
481- [ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
481+ [ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch 6.2 --single-branch redis-git || true
482482 $(MAKE ) -C redis-git clean
483483 $(MAKE ) -C redis-git
484484
You can’t perform that action at this time.
0 commit comments