We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af51f5 commit 86bfb50Copy full SHA for 86bfb50
.travis.yml
@@ -3,6 +3,7 @@ sudo: false
3
language: node_js
4
5
node_js:
6
+ - "0.10"
7
- "4"
8
- "6"
9
- "7"
appveyor.yml
@@ -5,6 +5,8 @@ version: "{build}"
# What combinations to test
environment:
matrix:
+ - nodejs_version: "0.10"
+ platform: x86
10
- nodejs_version: "4"
11
platform: x64
12
0 commit comments