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 2020/09/14 11:13:46 UTC

[creadur-rat] branch master updated: Update jdk14 and build with openjdk15, 16

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 a2074bd  Update jdk14 and build with openjdk15,16
a2074bd is described below

commit a2074bd637a3e0350b5a830c3b9d271370569695
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Mon Sep 14 13:13:41 2020 +0200

    Update jdk14 and build with openjdk15,16
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 73c2f8f..c3fc179 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,9 @@ jobs:
     - env: DOCKER_IMAGE=maven:3.6.3-jdk-11
     - env: DOCKER_IMAGE=maven:3.6.2-jdk-12
     - env: DOCKER_IMAGE=maven:3.6.2-jdk-13
-    - env: DOCKER_IMAGE=maven:3.6.2-jdk-14
+    - 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
 
 install:
   - docker pull "${DOCKER_IMAGE}"