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.
2 parents 929299a + f411149 commit 10d785bCopy full SHA for 10d785b
.travis.yml
@@ -7,6 +7,7 @@ node_js:
7
- "0.12"
8
- "4"
9
- "5"
10
+ - "6"
11
- "iojs"
12
13
matrix:
appveyor.yml
@@ -15,6 +15,8 @@ environment:
15
platform: x86
16
- nodejs_version: "5"
17
18
+ - nodejs_version: "6"
19
+ platform: x86
20
21
install:
22
- ps: Install-Product node $env:nodejs_version $env:platform
0 commit comments