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 74fb000  Update travis again
74fb000 is described below

commit 74fb000ff0d3f1438789b1d8a47862a0c6ddd0fd
Author: Ralph Goers <[email protected]>
AuthorDate: Thu Aug 1 08:05:28 2019 -0700

    Update travis again
---
 .travis-toolchains.xml | 2 +-
 .travis.yml            | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis-toolchains.xml b/.travis-toolchains.xml
index d3fa2df..9b0b3c3 100644
--- a/.travis-toolchains.xml
+++ b/.travis-toolchains.xml
@@ -58,7 +58,7 @@
       <vendor>openjdk</vendor>
     </provides>
     <configuration>
-      <jdkHome>/usr/lib/jvm/java-11-openjdk</jdkHome>
+      <jdkHome>/home/travis/openjdk11</jdkHome>
     </configuration>
   </toolchain>
 </toolchains>
\ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 3a8fd75..dc0d36a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ sudo: true
 dist: trusty
 
 jdk:
-  - openjdk7
   - openjdk8
   - openjdk11
 

Reply via email to