From de96149bed50084c14c4665f1bbb4a5d97d9e547 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 31 Dec 2015 21:33:20 +0100 Subject: [PATCH] Add badges --- .travis.yml | 1 - README.md | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af182ba3..f6c3501f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,6 @@ addons: - libcairo2-dev - libstartup-notification0-dev - xvfb - - gcov - discount - xdotool diff --git a/README.md b/README.md index 0275384f..37be457b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Build Status](https://travis-ci.org/DaveDavenport/rofi.svg?branch=master)](https://travis-ci.org/DaveDavenport/rofi) +[![codecov.io](https://codecov.io/github/DaveDavenport/rofi/coverage.svg?branch=master)](https://codecov.io/github/DaveDavenport/rofi?branch=master) + + # A window switcher, run dialog and dmenu replacement A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/),