mirror of
https://github.com/danbulant/node-x11
synced 2026-05-27 05:52:02 +00:00
build: add node 0.12, 4.2 and 5.0 to matrix
This commit is contained in:
parent
4a3f3f6075
commit
737ecc7b60
1 changed files with 4 additions and 1 deletions
|
|
@ -8,4 +8,7 @@ env:
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 0.10
|
- '0.10'
|
||||||
|
- '0.12'
|
||||||
|
- '4.2'
|
||||||
|
- '5.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue