Skip to content

Commit 7cfcf99

Browse files
committed
Cap node 6 at 6.2 temporarily
1 parent 84c4335 commit 7cfcf99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ matrix:
3131
env: export NODE_VERSION="5.8" TARGET_ARCH="ia32"
3232
sudo: required
3333
- os: linux
34-
env: export NODE_VERSION="6" TARGET_ARCH="ia32"
34+
env: export NODE_VERSION="6.2" TARGET_ARCH="ia32"
3535
sudo: required
3636

3737
git:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ environment:
3030
- nodejs_version: "0.12"
3131
- nodejs_version: "4.1"
3232
- nodejs_version: "5.8"
33-
- nodejs_version: "6"
33+
- nodejs_version: "6.2"
3434

3535
matrix:
3636
fast_finish: true

0 commit comments

Comments
 (0)