Browse Source

Test against node 0.12 on travis

pull/1/head
Max Brunsfeld 11 years ago
parent
commit
3293e97bbc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      .travis.yml

+ 1
- 2
.travis.yml View File

@ -3,5 +3,4 @@ before_script:
- "tree-sitter compile"
- "npm install"
node_js:
- "0.10"
- "0.11"
- "0.12"

Loading…
Cancel
Save