Skip to content

Commit 10d785b

Browse files
committed
Merge pull request #31 from gruntjs/node-6
Add node.js 6 to CI.
2 parents 929299a + f411149 commit 10d785b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_js:
77
- "0.12"
88
- "4"
99
- "5"
10+
- "6"
1011
- "iojs"
1112

1213
matrix:

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ environment:
1515
platform: x86
1616
- nodejs_version: "5"
1717
platform: x86
18+
- nodejs_version: "6"
19+
platform: x86
1820

1921
install:
2022
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)