From bd788c8a7e341bc3de8ba9bf9fcbfabd7f1c6332 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 24 May 2018 10:09:19 -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 8a5370f..740977d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ tree-sitter-bash ================ [![Build Status](https://travis-ci.org/tree-sitter/tree-sitter-bash.svg?branch=master)](https://travis-ci.org/tree-sitter/tree-sitter-bash) +[![Build status](https://ci.appveyor.com/api/projects/status/9mbap95nldligssx/branch/master?svg=true)](https://ci.appveyor.com/project/maxbrunsfeld/tree-sitter-bash/branch/master) Bash grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).