From 28755bdbc0ddffa613d9f5b820e0dce13c5993d4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 17 Apr 2019 23:16:05 -0400 Subject: [PATCH] Make the AppVeyor badge always reflect master. Let's stop sending mixed signals about the build status in the CI environment; Travis and AppVeyor both used "the latest build" by default, and not "master", and apparently this confused people. See https://news.ycombinator.com/item?id=16331432 for an example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 790f63fd..70f86e53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This README is being written.
[![Build Status, Azure Pipelines](https://dev.azure.com/andlabs/libui/_apis/build/status/andlabs.libui?branchName=master)](https://dev.azure.com/andlabs/libui/_build/latest?definitionId=1&branchName=master)
-[![Build Status, AppVeyor](https://ci.appveyor.com/api/projects/status/ouyk78c52mmisa31?svg=true)](https://ci.appveyor.com/project/andlabs/libui) +[![Build Status, AppVeyor](https://ci.appveyor.com/api/projects/status/ouyk78c52mmisa31/branch/master?svg=true)](https://ci.appveyor.com/project/andlabs/libui/branch/master) ## Status