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 c684ceb RAT-272: Use newer maven docker images
c684ceb is described below
commit c684cebb10dde5e9354427dd8f20bfd90df26604
Author: Hugo Hirsch <[email protected]>
AuthorDate: Mon Sep 14 13:12:23 2020 +0200
RAT-272: Use newer maven docker images
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 77af19b..73c2f8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,10 @@ services:
jobs:
include:
- - env: DOCKER_IMAGE=maven:3.6.2-jdk-8
+ - env: DOCKER_IMAGE=maven:3.6.3-jdk-8
- env: DOCKER_IMAGE=maven:3.5.4-jdk-9 # There are no newer images with
Maven for this JDK
- env: DOCKER_IMAGE=maven:3.6.0-jdk-10 # There are no newer images with
Maven for this JDK
- - env: DOCKER_IMAGE=maven:3.6.2-jdk-11
+ - 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