Skip to content

Commit 2fe3c45

Browse files
committed
test node v4.1
1 parent 991e894 commit 2fe3c45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ node_js:
1515
- "0.8"
1616
- "0.10"
1717
- "0.12"
18-
- "iojs-v2.5"
19-
- "iojs-v3"
18+
- "2.5"
19+
- "3.2"
20+
- "4.1"
2021

2122
install:
2223
- PATH="`npm bin`:`npm bin -g`:$PATH"

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ environment:
1313
# io.js
1414
- nodejs_version: "2.5"
1515
- nodejs_version: "3.2"
16+
- nodejs_version: "4.1"
1617

1718
platform:
1819
- x86

0 commit comments

Comments
 (0)