Skip to content

Commit 0af51f5

Browse files
authored
Merge pull request #34 from gruntjs/update-node-versions
Update Node.js versions CI are using.
2 parents c40c732 + ab67524 commit 0af51f5

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "0.10"
7-
- "0.12"
86
- "4"
9-
- "5"
107
- "6"
11-
- "iojs"
8+
- "7"
129

1310
matrix:
1411
fast_finish: true

appveyor.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,14 @@ version: "{build}"
55
# What combinations to test
66
environment:
77
matrix:
8-
- nodejs_version: "0.10"
9-
platform: x86
10-
- nodejs_version: "0.12"
11-
platform: x86
128
- nodejs_version: "4"
139
platform: x64
1410
- nodejs_version: "4"
1511
platform: x86
16-
- nodejs_version: "5"
17-
platform: x86
1812
- nodejs_version: "6"
1913
platform: x86
14+
- nodejs_version: "7"
15+
platform: x86
2016

2117
install:
2218
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)