Skip to content

Commit 86bfb50

Browse files
committed
Add back node.js 0.10.
Since we want to support 0.10 we should test on it.
1 parent 0af51f5 commit 86bfb50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: false
33
language: node_js
44

55
node_js:
6+
- "0.10"
67
- "4"
78
- "6"
89
- "7"

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ version: "{build}"
55
# What combinations to test
66
environment:
77
matrix:
8+
- nodejs_version: "0.10"
9+
platform: x86
810
- nodejs_version: "4"
911
platform: x64
1012
- nodejs_version: "4"

0 commit comments

Comments
 (0)