From f6678a31dff97e555c9ee4f190a61732e0ff4589 Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Sat, 20 Jun 2015 22:53:01 +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 a676d4a87a..4ff3bef9cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ ASP.NET Security ======== +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/m1l7adh2cwv488dt/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/Security/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/Security.svg?branch=dev)](https://travis-ci.org/aspnet/Security) + ASP.NET Security contains the security and authorization middlewares for ASP.NET 5. 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.