mirror of https://github.com/Wilfred/difftastic/
Build against node 0.10 and 0.11 on travis
parent
00b205ab98
commit
8ae726b8d6
@ -1,7 +1,9 @@
|
||||
language: node_js
|
||||
before_script:
|
||||
before_install:
|
||||
- "script/get_edge_deps"
|
||||
before_script:
|
||||
- "tree-sitter compile"
|
||||
- "npm install"
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.11"
|
||||
|
||||
Loading…
Reference in New Issue