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/11/22 06:30:26 UTC

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

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 01a67a0  Try to fix travis again
01a67a0 is described below

commit 01a67a00aae40089c201af887627b6ca12b77ce6
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Thu Nov 21 23:30:11 2019 -0700

    Try to fix travis again
---
 .travis-toolchains.xml | 2 +-
 .travis.yml            | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis-toolchains.xml b/.travis-toolchains.xml
index b2cbf62..502a57e 100644
--- a/.travis-toolchains.xml
+++ b/.travis-toolchains.xml
@@ -47,7 +47,7 @@
       <vendor>oracle</vendor>
     </provides>
     <configuration>
-      <jdkHome>/usr/local/lib/jvm/openjdk11</jdkHome>
+      <jdkHome>/home/travis/openjdk11</jdkHome>
     </configuration>
   </toolchain>
 </toolchains>
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 5debe1a..190a8b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,6 +30,7 @@ install:
   - mvn -t .travis-toolchains.xml install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
 
 script:
+  - $TRAVIS_BUILD_DIR/install-jdk.sh --install openjdk11 --target /home/travis/openjdk11
   - jdk_switcher use openjdk8
   - mvn -t .travis-toolchains.xml test -B -V