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

bodewig 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 b0777e8  add openjdk13 to travis builds
b0777e8 is described below

commit b0777e826e28df7a7f61a7a1ae27011e6427bd7e
Author: Stefan Bodewig <bode...@apache.org>
AuthorDate: Wed Aug 7 16:41:34 2019 +0200

    add openjdk13 to travis builds
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 3dac4e7..bd4a782 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,8 @@ matrix:
     - dist: trusty
       jdk: openjdk12
     - dist: trusty
+      jdk: openjdk13
+    - dist: trusty
       jdk: openjdk-ea
 
 cache:

Reply via email to