Update README.md

[ci skip]
This commit is contained in:
Nate McMaster 2017-03-28 10:12:24 -07:00 committed by GitHub
parent 79f93c0f4d
commit 1ae7d6dc39
1 changed files with 4 additions and 5 deletions

View File

@ -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.