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 c40c732 + ab67524 commit 0af51f5Copy full SHA for 0af51f5
.travis.yml
@@ -3,12 +3,9 @@ sudo: false
3
language: node_js
4
5
node_js:
6
- - "0.10"
7
- - "0.12"
8
- "4"
9
- - "5"
10
- "6"
11
- - "iojs"
+ - "7"
12
13
matrix:
14
fast_finish: true
appveyor.yml
@@ -5,18 +5,14 @@ version: "{build}"
# What combinations to test
environment:
- - nodejs_version: "0.10"
- platform: x86
- - nodejs_version: "0.12"
- nodejs_version: "4"
platform: x64
15
platform: x86
16
- - nodejs_version: "5"
17
18
- nodejs_version: "6"
19
+ - nodejs_version: "7"
+ platform: x86
20
21
install:
22
- ps: Install-Product node $env:nodejs_version $env:platform
0 commit comments