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 f9e8b46  make JDK14 and ea allow_failures in travis.
     new 988f970  Merge pull request #100 from XenoAmess/master
f9e8b46 is described below

commit f9e8b46aacfaa065237d28f9817a1823640057e6
Author: XenoAmess <xenoam...@gmail.com>
AuthorDate: Thu May 14 00:16:10 2020 +0800

    make JDK14 and ea allow_failures in travis.
---
 .travis.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 6a24123..fff584e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,8 +39,11 @@ matrix:
       jdk: openjdk13
     - dist: trusty
       jdk: openjdk14
-#    - dist: trusty
-#      jdk: openjdk-ea
+    - dist: trusty
+      jdk: openjdk-ea
+  allow_failures:
+    - jdk: openjdk14
+    - jdk: openjdk-ea
 
 cache:
   directories:

Reply via email to