Skip to content

Commit

Permalink
chore: disable stop-writes-on-bgsave-error on windows (otherwise MI…
Browse files Browse the repository at this point in the history
…SCONF error)
  • Loading branch information
Salakar committed Feb 9, 2020
1 parent 377db61 commit 46246be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46246be

Please sign in to comment.