From bb7fb42e3fab19e02e13bea5f0e37aa36e7cef6f Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Thu, 9 Jun 2016 12:56:53 +0700 Subject: [PATCH] add AppVeyor badge fixes #174 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62e02aa3..014a759f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ -[![Build Status](https://travis-ci.org/lucas-clemente/quic-go.svg?branch=master)](https://travis-ci.org/lucas-clemente/quic-go) +[![Linux Build Status](https://travis-ci.org/lucas-clemente/quic-go.svg?branch=master)](https://travis-ci.org/lucas-clemente/quic-go) +[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/lucas-clemente/quic-go?branch=master&svg=true)](https://ci.appveyor.com/project/lucas-clemente/quic-go/branch/master) [![Code Coverage](https://codecov.io/gh/lucas-clemente/quic-go/coverage.svg)](https://codecov.io/gh/lucas-clemente/quic-go/) [![Godoc Reference](https://godoc.org/github.com/lucas-clemente/quic-go?status.svg)](https://godoc.org/github.com/lucas-clemente/quic-go)