From 1ae7d6dc39d06be061f1e899cf884bce56e66b29 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 28 Mar 2017 10:12:24 -0700 Subject: [PATCH] Update README.md [ci skip] --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a4eaf48f5b..355a989132 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ 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 build status](https://img.shields.io/travis/aspnet/ServerTests.svg?label=travis-ci&branch=dev&style=flat-square)](https://travis-ci.org/aspnet/ServerTests/branches) +[![AppVeyor build status](https://img.shields.io/appveyor/ci/aspnetci/ServerTests/dev.svg?label=appveyor&style=flat-square)](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 repo hosts [HttpSysServer](https://github.com/aspnet/HttpSysServer) and [Kestrel](https://github.com/aspnet/KestrelHttpServer) tests. This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.