Merge pull request #499 from hishamco/buildStatus
Add AppVeyor, Travis build status
This commit is contained in:
commit
146e9a383c
|
|
@ -1,6 +1,10 @@
|
|||
ASP.NET Identity
|
||||
===
|
||||
|
||||
AppVeyor: [](https://ci.appveyor.com/project/aspnetci/Identity/branch/dev)
|
||||
|
||||
Travis: [](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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue