From 46246bea06f620f71e6680ec0b80293c0a702589 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sun, 9 Feb 2020 13:33:47 +0000 Subject: [PATCH] chore: disable `stop-writes-on-bgsave-error` on windows (otherwise MISCONF error) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ffe8c897f38..0f30c603431 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,7 @@ before_install: choco install redis-64 redis-server --service-install redis-server --service-start + redis-cli config set stop-writes-on-bgsave-error no ;; esac