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 2018/04/05 22:06:43 UTC

logging-log4j-scala git commit: Update build badges

Repository: logging-log4j-scala
Updated Branches:
  refs/heads/master 1b0d2a303 -> 344966bdc


Update build badges


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/344966bd
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/344966bd
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/344966bd

Branch: refs/heads/master
Commit: 344966bdc6df4eff2c8069b28e164d2d4247a29a
Parents: 1b0d2a3
Author: Matt Sicker <bo...@gmail.com>
Authored: Thu Apr 5 17:06:36 2018 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Thu Apr 5 17:06:36 2018 -0500

----------------------------------------------------------------------
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/344966bd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 605ef66..e35e261 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,8 @@ alternative to using the Log4j 2 Java API.
 Note that this Scala API was versioned and released in sync with Log4j up until version 2.8.2, but from now on it will 
 be versioned and released independently, that's why the version was bumped to 11.0. 
 
-[![Build Status](https://builds.apache.org/buildStatus/icon?job=Log4jScala)](https://builds.apache.org/job/Log4jScala)
+[![Jenkins Status](https://builds.apache.org/job/Log4jScala/job/master/badge/icon)](https://builds.apache.org/job/Log4jScala)
+[![Travis Status](https://travis-ci.org/apache/logging-log4j-scala.svg?branch=master)](https://travis-ci.org/apache/logging-log4j-scala)
 
 ## Usage