Skip to content

Commit 7f67305

Browse files
authored
Merge pull request #139 from verhovsky/github-actions
Fix GitHub Actions CI
2 parents fe3666c + dfd3d74 commit 7f67305

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os:
21-
- windows-latest
21+
- windows-2019
2222
node:
2323
- 10
2424
fail-fast: false

.npmignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ build
66
vendor/tree-sitter/**/*
77
!vendor/tree-sitter/lib/src/**/*.{c,h}
88
!vendor/tree-sitter/lib/include/tree_sitter/*.h
9-
10-
.travis.yml
11-
appveyor.yml

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
node tree-sitter
22
================
33

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-
74
Incremental parsers for node
85

96
### Installation

0 commit comments

Comments
 (0)