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


The following commit(s) were added to refs/heads/master by this push:
     new 535f991  Allow build to fail on openjdk-ea and remove Java 12 and 13.
535f991 is described below

commit 535f99112a86639f4e08c5a82a33cefda522baef
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jul 15 10:56:16 2020 -0400

    Allow build to fail on openjdk-ea and remove Java 12 and 13.
---
 .travis.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 50b50d5..5be1075 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,10 +25,12 @@ jdk:
   - oraclejdk11
   - openjdk8
   - openjdk11
-  - openjdk12
-  - openjdk13
   - openjdk14
   - openjdk-ea
 
+matrix:
+  allow_failures:
+    - jdk: openjdk-ea
+
 after_success:
   - mvn clean cobertura:cobertura coveralls:report

Reply via email to