add node 4.x on travis ci
This commit is contained in:
parent
9bf6bf1c07
commit
520163fe57
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "iojs-v1"
|
- "1"
|
||||||
- "iojs-v2"
|
- "2"
|
||||||
- "iojs-v3"
|
- "3"
|
||||||
|
- "4"
|
||||||
sudo: false
|
sudo: false
|
||||||
script: "make test-travis"
|
script: "make test-travis"
|
||||||
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
||||||
|
|
Loading…
Reference in a new issue