From c9e88c86be1a9410207b399372151b27a04497dd Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 9 Jan 2015 23:31:49 -0600 Subject: [PATCH] Show appveyor badge for master branch only --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec19563..b2d3694 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ make test Continuous integration status: - Travis (Linux) - [![Build Status](https://img.shields.io/travis/sosedoff/pgweb.svg)](https://travis-ci.org/sosedoff/pgweb) -- Appveyor (Windows) - [![Build Status](https://img.shields.io/appveyor/ci/sosedoff/pgweb.svg)](https://ci.appveyor.com/project/sosedoff/pgweb) +- Appveyor (Windows) - [![Build Status](https://img.shields.io/appveyor/ci/sosedoff/pgweb/master.svg)](https://ci.appveyor.com/project/sosedoff/pgweb) ## Contribute