Repository: knox Updated Branches: refs/heads/master 410d29e41 -> 1526f58b2
Fix travis due to Debian JDK bug 911925 * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925 * https://github.com/carlossg/docker-maven/issues/90 * https://github.com/carlossg/docker-maven/issues/92 Signed-off-by: Kevin Risden <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/knox/repo Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/1526f58b Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/1526f58b Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/1526f58b Branch: refs/heads/master Commit: 1526f58b2539a8ae1958f9c488a63219c8b834bb Parents: 410d29e Author: Kevin Risden <[email protected]> Authored: Tue Oct 30 11:23:27 2018 -0400 Committer: Kevin Risden <[email protected]> Committed: Tue Oct 30 12:51:23 2018 -0400 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/knox/blob/1526f58b/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3c18224..dd34dc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,8 @@ language: java matrix: fast_finish: true include: - - env: IMAGE=maven:3-jdk-8 + #- env: IMAGE=maven:3-jdk-8 + - env: IMAGE=maven@sha256:b37da91062d450f3c11c619187f0207bbb497fc89d265a46bbc6dc5f17c02a2b # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925 - env: IMAGE=maven:3-jdk-9 - env: IMAGE=maven:3-jdk-10 - env: IMAGE=maven:3-jdk-11
