From fc4c6723b84b281005af4434484c74dc4d3c76e8 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 9 Aug 2017 10:29:15 -0700 Subject: [PATCH] Add appveyor badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15def40e..cb7053f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # tree-sitter [![Build Status](https://travis-ci.org/tree-sitter/tree-sitter.png?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter) +[![Build status](https://ci.appveyor.com/api/projects/status/vtmbd6i92e97l55w/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter/branch/master) Tree-sitter is a C library for incremental parsing, intended to be used via [bindings](https://github.com/tree-sitter/node-tree-sitter) to higher-level