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 b8d5918  Replace Java 15 with Java 16 in Travis CI.
b8d5918 is described below

commit b8d59186451869adbe4acc7cc257c349f23cac87
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 6 10:43:59 2021 -0400

    Replace Java 15 with Java 16 in Travis CI.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1999e64..be00075 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ sudo: false
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk15
+  - openjdk16
   
 after_success:
   - mvn -V clean cobertura:cobertura coveralls:report --no-transfer-progress

Reply via email to