From 6a4a4a079b206613a47ddb1fc2e6f23ebed2062f Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Fri, 30 Aug 2013 23:07:46 -0400 Subject: [PATCH] add travis and coveralls status images to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c8d6e49..cd9730f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Yet Another Plugin Server ========================= +[![Build Status](https://travis-ci.org/brettlangdon/yaps.png?branch=master)](https://travis-ci.org/brettlangdon/yaps) +[![Coverage Status](https://coveralls.io/repos/brettlangdon/yaps/badge.png?branch=master)](https://coveralls.io/r/brettlangdon/yaps?branch=master) + YAPS is plugin based HTTP server that gets out of your way and lets you do what you need to do. ## Installation