mirror of https://github.com/Wilfred/difftastic/
use edge version of tree-sitter-compiler on travis
parent
b9c22c7c72
commit
64f45fe2b7
@ -0,0 +1,14 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
TS_DIR=node_modules/tree-sitter-compiler
|
||||||
|
|
||||||
|
rm -rf $TS_DIR
|
||||||
|
git clone http://github.com/maxbrunsfeld/node-tree-sitter-compiler.git $TS_DIR
|
||||||
|
|
||||||
|
(
|
||||||
|
cd $TS_DIR
|
||||||
|
git submodule update --init
|
||||||
|
npm install
|
||||||
|
)
|
||||||
Loading…
Reference in New Issue