From d204adafd2560852acf82b2c16c624caba6aba8a Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 27 Jul 2016 14:58:58 -0700 Subject: [PATCH] Add CI status to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf7ba9f96d..5c6ea8d9c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ASP.NET Core Response Caching ======== +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/p52yj0kghdyicvwu/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/ResponseCaching/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/ResponseCaching.svg?branch=dev)](https://travis-ci.org/aspnet/ResponseCaching) This repo hosts the ASP.NET Core middleware for response caching.