travis: don't start sentinel.

This commit is contained in:
Vladimir Mihailenco 2015-01-30 15:35:40 +02:00
parent 140a4d4f96
commit 22e4776c1e
2 changed files with 0 additions and 9 deletions

View File

@ -16,6 +16,3 @@ install:
- mkdir -p $HOME/gopath/src/gopkg.in
- mv $HOME/gopath/src/github.com/go-redis/redis $HOME/gopath/src/gopkg.in/redis.v2
- cd $HOME/gopath/src/gopkg.in/redis.v2
before_script:
- redis-server testdata/sentinel.conf --sentinel &

View File

@ -1,6 +0,0 @@
port 26379
sentinel monitor master 127.0.0.1 6379 1
sentinel down-after-milliseconds master 2000
sentinel failover-timeout master 5000
sentinel parallel-syncs master 4