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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new b6f1eed  Ignores JDk16 build errors
b6f1eed is described below

commit b6f1eedfe941b11c861f9acb03cc998c6b071b7e
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Sep 14 10:18:43 2021 +0200

    Ignores JDk16 build errors
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index cefab1c..a1c8bae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ jdk:
 matrix:
   allow_failures:
     - jdk: openjdk-ea
+    - jdk: openjdk16
 
 script:
   - mvn -V --no-transfer-progress

Reply via email to