Adding status badges

This commit is contained in:
Pranav K 2015-04-01 18:47:56 -07:00
parent adfad921c5
commit fd85a8b3a5
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
HttpAbstractions
================
AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/8civi9t457oc7rf8/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev)
Travis: [![Travis](https://travis-ci.org/aspnet/HttpAbstractions.svg?branch=dev)](https://travis-ci.org/aspnet/HttpAbstractions)
Contains HTTP abstractions for ASP.NET 5 such as HttpRequest, HttpResponse. Also contains IBuilder and types to create your application's hosting pipeline.