summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-21 17:55:48 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-25 15:52:07 +0300
commit4e00eed7bf83522c78db418ad115fb09a1d98ceb (patch)
tree73694bffc09591d3350d39345ae218bed6125eaf /README.md
parentde5fe5144ebc3f76a925f5d3e52fd7b25c42c601 (diff)
Add Ci badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4f840d6..652e6f6 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
## Pager - long output best friend
+ branch | status
+:-------|:------:
+ master| [![Build Status](https://gitlab.com/imp/pager-rs/badges/master/build.svg)]
+ develop| [![Build Status](https://gitlab.com/imp/pager-rs/badges/develop/build.svg)]
+
Does all the magic to have you potentially long output piped through the
external pager. Similar to what `git` does for its output.