Skip to content

Commit a5831e2

Browse files
committed
test node v5 and v6
1 parent d056566 commit a5831e2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ node_js:
1818
- "2.5"
1919
- "3.2"
2020
- "4.1"
21+
- "5"
22+
- "6"
2123

2224
install:
2325
- PATH="`npm bin`:`npm bin -g`:$PATH"

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ environment:
1414
- nodejs_version: "2.5"
1515
- nodejs_version: "3.2"
1616
- nodejs_version: "4.1"
17+
- nodejs_version: "5"
18+
- nodejs_version: "6"
1719

1820
platform:
1921
- x86

0 commit comments

Comments
 (0)