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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new b044c6a  Add OpenJDK 12 and 13-EA to Travis builds. Also Oracle JDK 11.
b044c6a is described below

commit b044c6a6bf86d7750b1a1a702eacbd7e1a7f5dec
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:13:04 2019 -0400

    Add OpenJDK 12 and 13-EA to Travis builds. Also Oracle JDK 11.
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b121e14..b96c469 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,11 @@ jdk:
   - openjdk8
   - oraclejdk8
   - oraclejdk9
+  - oraclejdk11
   - openjdk10
   - openjdk11
+  - openjdk12
+  - openjdk-ea
 
 cache:
   directories:

Reply via email to