From c8eb49d71d1ee9f28202db10d0e9c1e52eb999f4 Mon Sep 17 00:00:00 2001 From: Hisham Abdullah Bin Ateya Date: Sat, 20 Jun 2015 23:57:57 +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 265e25bcdb..20b98a98bd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Server Tests ======== +AppVeyor: [![AppVeyor](https://ci.appveyor.com/api/projects/status/pjthuqdls1quaifx/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/ServerTests/branch/dev) + +Travis: [![Travis](https://travis-ci.org/aspnet/ServerTests.svg?branch=dev)](https://travis-ci.org/aspnet/ServerTests) + This repo hosts Helios, WebListener and Kestrel tests. 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.