From f7f78c2d49ee85c39cf54b147a9b8896b7b135b4 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 1 Apr 2015 18:11:48 -0700 Subject: [PATCH] Adding status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7fa52ce..acc1a88 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ DependencyInjection =================== +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/o6mbbm70k0gddtej/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/DependencyInjection/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/DependencyInjection.svg?branch=dev)](https://travis-ci.org/aspnet/DependencyInjection) Contains the common DI abstractions that all of ASP.NET and EF 5 use, as well as adapters for some IoC containers.