commit 579d8517952081f8d57a49668c28d8e83bcc2a8e
parent d4032db6ee3c52f098650fda3a42bfd09ad4b4f9
Author: Frederic Cambus <fred@statdns.com>
Date: Sat, 26 Nov 2016 17:49:13 +0100
Add Travis CI badge to README
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -26,7 +26,7 @@
| :
.
```
-# Logswan
+# Logswan [![Build Status][1]][2]
Logswan is a fast Web log analyzer using probabilistic data structures. It is targeted at very large log files, typically APIs logs. It has constant memory usage regardless of the log file size, and takes approximatively 4MB of RAM.
@@ -140,3 +140,6 @@ Logswan is developed by Frederic Cambus
Project Homepage : http://www.logswan.org
GitHub : https://github.com/fcambus/logswan
+
+[1]: https://travis-ci.org/fcambus/logswan.png?branch=master
+[2]: https://travis-ci.org/fcambus/logswan