debasishg / scala-redis-nb

Implementation of a non blocking Redis client in Scala using Akka IO
204 stars 38 forks source link

remove oraclejdk7 tests #119

Closed xuwei-k closed 6 years ago

xuwei-k commented 6 years ago

travis-ci no longer support oraclejdk7

https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879

My guess is that we can no longer support oraclejdk7 on our recent build images due to Oracle's withdrawal. http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html

debasishg commented 6 years ago

Thanks!