From 2562becc0bd4eb7f9fa59a2a77289fdee0d1240b Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 1 Apr 2015 18:08:34 -0700 Subject: [PATCH] Adding status badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3c46d88..5ed1513 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ CORS === +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/yi0m8evjtg107o12/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/CORS/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/CORS.svg?branch=dev)](https://travis-ci.org/aspnet/CORS) + CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC. This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.