You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/03/28 18:58:46 UTC

[creadur-rat] branch fix/RAT-273 updated: RAT-273: Remove JDK18 from Travis as it is not there yet

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

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


The following commit(s) were added to refs/heads/fix/RAT-273 by this push:
     new 33ebe72  RAT-273: Remove JDK18 from Travis as it is not there yet
33ebe72 is described below

commit 33ebe722feb81cd13f6738c7a4aa9599930705e6
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Mon Mar 28 20:58:41 2022 +0200

    RAT-273: Remove JDK18 from Travis as it is not there yet
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ea4539c..197b213 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,7 +15,3 @@ jobs:
         - name: "Java 17"
           jdk: openjdk17
           script: mvn -e -B -V clean package site
-
-        - name: "Java 18 - newest"
-          jdk: openjdk18
-          script: mvn -e -B -V clean package site