Repository: logging-log4j2 Updated Branches: refs/heads/master 92f1c6528 -> 03900bb77
Add Travis CI and Coverall badges. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/03900bb7 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/03900bb7 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/03900bb7 Branch: refs/heads/master Commit: 03900bb77e9a82cde39f1bba88ad28a3aa83dc3a Parents: 92f1c65 Author: Gary Gregory <[email protected]> Authored: Mon Nov 14 00:37:36 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Mon Nov 14 00:37:36 2016 -0800 ---------------------------------------------------------------------- README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/03900bb7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d4286c1..689fa98 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture. +[](https://travis-ci.org/apache/logging-log4j2) +[](https://coveralls.io/github/apache/logging-log4j2?branch=master) + ## Documentation The Log4j 2 User's Guide is available [here](http://logging.apache.org/log4j/2.x/manual/index.html) or as a downloadable
