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

feat(CI): add openjdk11 #238

Closed masahitojp closed 5 years ago

masahitojp commented 5 years ago

Motivation

In order to check that it run in the environment of openjdk11, Added setting for travisCI.

https://www.scala-lang.org/2019/01/18/community-build.html