From c02604fb624d8750368615f9f6e81c8a01cdb426 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Wed, 2 Mar 2016 19:40:58 +0100 Subject: [PATCH] Appveyor badge must be there only if 'appveyor.yml' is present --- handlebars/partials/badge/appveyor.md.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlebars/partials/badge/appveyor.md.hbs b/handlebars/partials/badge/appveyor.md.hbs index 04dafc9..f87d653 100644 --- a/handlebars/partials/badge/appveyor.md.hbs +++ b/handlebars/partials/badge/appveyor.md.hbs @@ -1,3 +1,3 @@ -{{#if ( exists '.travis.yml' ) }} +{{#if ( exists 'appveyor.yml' ) }} [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/{{githubRepo}}?svg=true&branch=master)](https://ci.appveyor.com/project/{{githubRepo}}) {{/if}} \ No newline at end of file