We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556c63d commit 165adf2Copy full SHA for 165adf2
.travis.yml
@@ -4,9 +4,8 @@ language: node_js
4
5
node_js:
6
- "4"
7
- - "5"
8
- "6"
9
- - "iojs"
+ - "7"
10
11
matrix:
12
fast_finish: true
appveyor.yml
@@ -9,10 +9,10 @@ environment:
platform: x64
- nodejs_version: "4"
platform: x86
- - nodejs_version: "5"
13
- platform: x86
14
- nodejs_version: "6"
15
+ - nodejs_version: "7"
+ platform: x86
16
17
install:
18
- ps: Install-Product node $env:nodejs_version $env:platform
0 commit comments