From 6055682fc7e416a06769b0e2606e3aeed77fa955 Mon Sep 17 00:00:00 2001 From: Ross Motley Date: Mon, 16 Jan 2017 22:40:19 +0000 Subject: [PATCH] Update README.md Badges, yay --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6561ae6..f04e511 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Twig cache extension / Symfony cache bridge =========================================== +[![Build Status](https://travis-ci.org/AmaraLiving/twig-cache-extension-symfony.svg?branch=master)](https://travis-ci.org/AmaraLiving/twig-cache-extension-symfony) +[![Coverage Status](https://coveralls.io/repos/github/AmaraLiving/twig-cache-extension-symfony/badge.svg?branch=master)](https://coveralls.io/github/AmaraLiving/twig-cache-extension-symfony?branch=master) + Tiny library to allow use of tagging cache items from the [Symfony2 cache component](https://github.com/symfony/cache) with the [twig cache extension](https://github.com/asm89/twig-cache-extension).