From 7a41c727115694c493368a6e0df320153ccc9d48 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 1 Apr 2015 18:43:56 -0700 Subject: [PATCH] Adding status badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8bf71cfc4d..057175f9dd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ Hosting ======= +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/99mq30o3hcs9p39n/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Hosting/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/Hosting.svg?branch=dev)](https://travis-ci.org/aspnet/Hosting) The Hosting repo contains code required to host an ASP.NET 5 application, it is the entry point used when self-hosting an application.