debasishg / scala-redis

A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.
1.02k stars 219 forks source link

use travis_retry. workaround for unstable tests #241

Closed xuwei-k closed 5 years ago

xuwei-k commented 5 years ago

https://docs.travis-ci.com/user/common-build-problems/#travis_retry

debasishg commented 5 years ago

Thanks Yoshida-san!