From bf1aec9fa57ef873ae7e7d8fec4456564301ca0e Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Sun, 21 Jun 2015 00:25:38 +0300 Subject: [PATCH] Add AppVeyor, Travis build status --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2e6f9ec191..5a0c80a8ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ASP.NET Identity === +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/vf79kttspnblh2hx/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Identity/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/Identity.svg?branch=dev)](https://travis-ci.org/aspnet/Identity) + ASP.NET Identity is the new membership system for building ASP.NET web applications. ASP.NET Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the [Home](https://github.com/aspnet/home) repo.