File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,9 @@ environment:
55 secure : jJxKoyWputzRz2EjAT9i/vBzYt2+lcjKZ5D6O5TBaS9+anpYHn2XWbOut5dkOgh0
66 node_pre_gyp_region : eu-central-1
77 matrix :
8- - NODE_VERSION : 6
9- platform : x64
10- - NODE_VERSION : 6
11- platform : x86
12- - NODE_VERSION : 5
13- platform : x64
14- - NODE_VERSION : 5
15- platform : x86
168 - NODE_VERSION : 4
179 platform : x64
18- - NODE_VERSION : 0.12
19- platform : x64
20- - NODE_VERSION : 0.12
21- platform : x86
22- - NODE_VERSION : 0.10
23- platform : x64
24- - NODE_VERSION : 0.10
10+ - NODE_VERSION : 4
2511 platform : x86
2612
2713os : unstable
@@ -33,6 +19,11 @@ install:
3319
3420 - IF %NODE_VERSION% LSS 1 npm -g install npm
3521 - IF %NODE_VERSION% LSS 1 set PATH=%APPDATA%\npm;%PATH%
22+ # work around an issue with node-gyp v3.3.1 and node 4x
23+ # package.json has no certificates in it so we're cool
24+ # https://github.com/nodejs/node-gyp/issues/921
25+ - IF %NODE_VERSION% == 4 npm config set -g cafile=package.json
26+ - IF %NODE_VERSION% == 4 npm config set -g strict-ssl=false
3627
3728 # Check if new tag released and publish binary in this case.
3829 - SET PUBLISH_BINARY=%APPVEYOR_REPO_TAG%
You can’t perform that action at this time.
0 commit comments