You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2019/10/06 19:15:07 UTC

[logging-log4j2] branch master updated: Try to fix travis setup

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

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 03b79e2  Try to fix travis setup
03b79e2 is described below

commit 03b79e2f44eb57d88a3dcde2d2275b58961c3232
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Oct 6 14:14:57 2019 -0500

    Try to fix travis setup
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1c7e063..d6c5ee2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@
 language: java
 dist: xenial
 jdk:
-  - openjdk8
+  - openjdk11
 
 env:
   global:
@@ -26,6 +26,7 @@ before_cache:
   - rm -rf $HOME/.m2/repository/org/apache/logging/log4j
 
 script:
+  - jdk_switcher use openjdk8
   - mvn -t .travis-toolchains.xml install -B -V
 
 after_success: