diff --git a/README.md b/README.md index e9ec88786b..8ed5ec4edc 100644 --- a/README.md +++ b/README.md @@ -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.