mirror of https://github.com/Wilfred/difftastic/
Compile grammar before running test on travis
parent
84d839b58b
commit
43ec1d2949
@ -1,3 +1,6 @@
|
||||
language: node_js
|
||||
before_script:
|
||||
- "tree-sitter compile"
|
||||
- "npm install"
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
Loading…
Reference in New Issue