File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ environment:
1515 platform : x86
1616 - NODE_VERSION : 4
1717 platform : x64
18+ - NODE_VERSION : 4
19+ platform : x86
1820 - NODE_VERSION : 0.12
1921 platform : x64
2022 - NODE_VERSION : 0.12
@@ -33,6 +35,11 @@ install:
3335
3436 - IF %NODE_VERSION% LSS 1 npm -g install npm
3537 - IF %NODE_VERSION% LSS 1 set PATH=%APPDATA%\npm;%PATH%
38+ # work around an issue with node-gyp v3.3.1 and node 4x
39+ # package.json has no certificates in it so we're cool
40+ # https://github.com/nodejs/node-gyp/issues/921
41+ - IF %NODE_VERSION% == 4 npm config set -g cafile=package.json
42+ - IF %NODE_VERSION% == 4 npm config set -g strict-ssl=false
3643
3744 # Check if new tag released and publish binary in this case.
3845 - SET PUBLISH_BINARY=%APPVEYOR_REPO_TAG%
You can’t perform that action at this time.
0 commit comments