Skip to content

Commit 6a3cc46

Browse files
author
John Haley
committed
Add Node v6 support
1 parent 4cb018e commit 6a3cc46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
- export NODE_VERSION="0.12" TARGET_ARCH="x64"
1717
- export NODE_VERSION="4.1" TARGET_ARCH="x64"
1818
- export NODE_VERSION="5.8" TARGET_ARCH="x64"
19+
- export NODE_VERSION="6" TARGET_ARCH="x64"
1920

2021
matrix:
2122
fast_finish: true
@@ -29,6 +30,9 @@ matrix:
2930
- os: linux
3031
env: export NODE_VERSION="5.8" TARGET_ARCH="ia32"
3132
sudo: required
33+
- os: linux
34+
env: export NODE_VERSION="6" TARGET_ARCH="ia32"
35+
sudo: required
3236

3337
git:
3438
depth: 1

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ environment:
2929
matrix:
3030
# Node.js
3131
- nodejs_version: "0.12"
32-
# Node.js
3332
- nodejs_version: "4.1"
3433
- nodejs_version: "5.8"
34+
- nodejs_version: "6"
3535

3636
matrix:
3737
fast_finish: true

0 commit comments

Comments
 (0)