You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/08/14 20:24:55 UTC

[commons-email] branch master updated: Drop Oracle JDK 8.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-email.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ba8158  Drop Oracle JDK 8.
4ba8158 is described below

commit 4ba81581c98e6b4e7a5ae7afad8a18d01876dbbf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 13:24:52 2019 -0700

    Drop Oracle JDK 8.
---
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fc2a03a..128b1d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,8 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk8
-
+  - openjdk8
+  - openjdk11
+  
 after_success:
   - mvn clean cobertura:cobertura coveralls:report