ci/install.sh: pin treesitter to v0.15.9 #11266

When "tree-sitter test" is executed, query test is also executed, but "tree-sitter-c" does not have query test yet, so cli version that does not include query test execution To use.

ref e14e285a10
This commit is contained in:
Hirokazu Hata 2019-10-21 14:53:00 +09:00 committed by Justin M. Keyes
parent 2e4465e058
commit 02393a0c74
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,11 @@ npm install -g neovim
npm link neovim
echo "Install tree-sitter npm package"
npm install -g tree-sitter-cli
# FIXME
# https://github.com/tree-sitter/tree-sitter/commit/e14e285a1087264a8c74a7c62fcaecc49db9d904
# If queries added to tree-sitter-c, we can use latest tree-sitter-cli
npm install -g tree-sitter-cli@v0.15.9
npm link tree-sitter-cli
echo "Install tree-sitter c parser"