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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new af4c451  RAT-273: Disable JDK16 due to test failures
af4c451 is described below

commit af4c451223c4093934c0ebcf46ee79bce26c215c
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Sep 14 16:52:12 2020 +0200

    RAT-273: Disable JDK16 due to test failures
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c3fc179..e669eb7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,8 @@ jobs:
     - env: DOCKER_IMAGE=maven:3.6.2-jdk-13
     - env: DOCKER_IMAGE=maven:3.6.3-jdk-14
     - env: DOCKER_IMAGE=maven:3.6.3-openjdk-15
-    - env: DOCKER_IMAGE=maven:3.6.3-openjdk-16
+# 20200914: enable after RAT-273 is fixed
+#    - env: DOCKER_IMAGE=maven:3.6.3-openjdk-16
 
 install:
   - docker pull "${DOCKER_IMAGE}"

Reply via email to