Adding status badges

This commit is contained in:
Pranav K 2015-04-01 18:43:56 -07:00
parent 9fffd3ebeb
commit 7a41c72711
1 changed files with 3 additions and 0 deletions

View File

@ -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.