Skip to content

Commit ff492e0

Browse files
author
haoxin
committed
travis: add node@3, node@4
1 parent 824a8b3 commit ff492e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "iojs-v1"
6-
- "iojs-v2"
5+
- "1"
6+
- "2"
7+
- "3"
8+
- "4"
79
script: "npm run-script test-travis"
810
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 commit comments

Comments
 (0)