Add CI status to readme

This commit is contained in:
John Luo 2016-07-27 14:58:58 -07:00 committed by GitHub
parent 1628d42b43
commit d204adafd2
1 changed files with 3 additions and 0 deletions

View File

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