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.
1 parent 84c4335 commit 7cfcf99Copy full SHA for 7cfcf99
.travis.yml
@@ -31,7 +31,7 @@ matrix:
31
env: export NODE_VERSION="5.8" TARGET_ARCH="ia32"
32
sudo: required
33
- os: linux
34
- env: export NODE_VERSION="6" TARGET_ARCH="ia32"
+ env: export NODE_VERSION="6.2" TARGET_ARCH="ia32"
35
36
37
git:
appveyor.yml
@@ -30,7 +30,7 @@ environment:
30
- nodejs_version: "0.12"
- nodejs_version: "4.1"
- nodejs_version: "5.8"
- - nodejs_version: "6"
+ - nodejs_version: "6.2"
matrix:
fast_finish: true
0 commit comments