Add appveyor badge to README

This commit is contained in:
Max Brunsfeld 2017-08-09 10:29:15 -07:00
parent c9a87687fc
commit fc4c6723b8

View file

@ -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