I think we should test with LTS versions, so keep 11. Gary
On Sat, Feb 15, 2020, 08:50 <[email protected]> wrote: > This is an automated email from the ASF dual-hosted git repository. > > olegk pushed a commit to branch JDK-8212885 > in repository > https://gitbox.apache.org/repos/asf/httpcomponents-client.git > > commit 85eec39f7f6b41434a3585f5be2c093b577dd2aa > Author: Oleg Kalnichevski <[email protected]> > AuthorDate: Fri Oct 18 14:39:58 2019 +0200 > > Updated Travis CI JDK matrix; replaced Oracle JDK 11 with OpenJDK 12 > and Oracle JDK 12 > --- > .travis.yml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index ce0f7e0..6661d14 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -20,7 +20,13 @@ sudo: false > jdk: > - openjdk7 > - oraclejdk8 > - - openjdk11 > + - openjdk12 > + - oraclejdk12 > + - openjdk-ea > + > +matrix: > + allow_failures: > + - jdk: openjdk-ea > > after_success: > - mvn clean cobertura:cobertura coveralls:report > >
