Compile grammar before running test on travis

pull/70/head
Max Brunsfeld 2014-07-30 12:40:59 +07:00
parent 84d839b58b
commit 43ec1d2949
1 changed files with 3 additions and 0 deletions

@ -1,3 +1,6 @@
language: node_js
before_script:
- "tree-sitter compile"
- "npm install"
node_js:
- "0.10"