From ea09b9b339a8da30b1ef542e40944297add1b460 Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Sat, 20 Jun 2015 23:31:36 +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 62ee846848..a43c71f919 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ KestrelHttpServer ================= +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/nr0s92ykm57q0bjv/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/KestrelHttpServer/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/KestrelHttpServer.svg?branch=dev)](https://travis-ci.org/aspnet/KestrelHttpServer) + This repo contains a development web server for ASP.NET 5 based on [libuv](https://github.com/libuv/libuv). 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.