File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 18
18
strategy :
19
19
matrix :
20
20
os :
21
- - windows-latest
21
+ - windows-2019
22
22
node :
23
23
- 10
24
24
fail-fast : false
Original file line number Diff line number Diff line change 6
6
vendor /tree-sitter /** /*
7
7
! vendor /tree-sitter /lib /src /** /* .{c,h}
8
8
! vendor /tree-sitter /lib /include /tree_sitter /* .h
9
-
10
- .travis.yml
11
- appveyor.yml
Original file line number Diff line number Diff line change 1
1
node tree-sitter
2
2
================
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/tree-sitter/node-tree-sitter.svg?branch=master )] ( https://travis-ci.org/tree-sitter/node-tree-sitter )
5
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/0pqlhnnk6i9rsakj/branch/master?svg=true )] ( https://ci.appveyor.com/project/maxbrunsfeld/node-tree-sitter/branch/master )
6
-
7
4
Incremental parsers for node
8
5
9
6
### Installation
You can’t perform that action at this time.
0 commit comments