From 237c5026f40e38d2dd6f62a7362de7b25b00c1c7 Mon Sep 17 00:00:00 2001 From: chainhelen Date: Tue, 19 May 2020 00:36:42 +0800 Subject: [PATCH] doc/readme: Remove the Build Status of appveyor (#2055) update #1919 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 55b50558..a8824739 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/go-delve/delve/master/LICENSE) [![GoDoc](https://godoc.org/github.com/go-delve/delve?status.svg)](https://godoc.org/github.com/go-delve/delve) [![Build Status](https://travis-ci.org/go-delve/delve.svg?branch=master)](https://travis-ci.org/go-delve/delve) -[![Build status](https://ci.appveyor.com/api/projects/status/0v8r99smxost466s/branch/master?svg=true)](https://ci.appveyor.com/project/derekparker/delve-facy3/branch/master) The GitHub issue tracker is for **bugs** only. Please use the [developer mailing list](https://groups.google.com/forum/#!forum/delve-dev) for any feature proposals and discussions.