You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/08/01 14:53:01 UTC

[logging-log4j2] branch release-2.x updated: Try to fix the travis build

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

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 31b19cd  Try to fix the travis build
31b19cd is described below

commit 31b19cd4068ed706b13f0da681ee3b7836005a68
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Aug 1 07:52:49 2019 -0700

    Try to fix the travis build
---
 .travis-toolchains.xml | 11 +++++++++++
 .travis.yml            |  2 ++
 2 files changed, 13 insertions(+)

diff --git a/.travis-toolchains.xml b/.travis-toolchains.xml
index b1be211..d3fa2df 100644
--- a/.travis-toolchains.xml
+++ b/.travis-toolchains.xml
@@ -50,4 +50,15 @@
       <jdkHome>/usr/lib/jvm/java-9-oracle</jdkHome>
     </configuration>
   </toolchain>
+  <toolchain>
+    <type>jdk</type>
+    <provides>
+      <id>java11</id>
+      <version>11</version>
+      <vendor>openjdk</vendor>
+    </provides>
+    <configuration>
+      <jdkHome>/usr/lib/jvm/java-11-openjdk</jdkHome>
+    </configuration>
+  </toolchain>
 </toolchains>
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index d3b34ed..3a8fd75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,8 @@ dist: trusty
 
 jdk:
   - openjdk7
+  - openjdk8
+  - openjdk11
 
 env:
   global: