Skip to content

Commit

Permalink
chore: upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Oct 14, 2019
1 parent 8404102 commit 2f8c940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rust:

script:
- if [ ! -d "./tree-sitter/target/release" ]; then bash ./scripts/setup-tree-sitter.sh; fi
- ./tree-sitter/target/release/tree-sitter --version
- ./tree-sitter/target/release/tree-sitter test

cache:
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ console.log(tree.rootNode.toString());
## License
MIT © [Ika](https://github.com/ikatyang)
`.trim().replace(/`/g, '\\`')
`.trim()
});
2 changes: 1 addition & 1 deletion scripts/setup-tree-sitter.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git clone https://github.com/ikatyang/tree-sitter --branch 0.15.9-custom --depth 1
git clone https://github.com/ikatyang/tree-sitter --branch 0.15.10-custom --depth 1
cd tree-sitter
git submodule update --init
./script/build-wasm
Expand Down

0 comments on commit 2f8c940

Please sign in to comment.