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:
5
5
secure : jJxKoyWputzRz2EjAT9i/vBzYt2+lcjKZ5D6O5TBaS9+anpYHn2XWbOut5dkOgh0
6
6
node_pre_gyp_region : eu-central-1
7
7
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
16
8
- NODE_VERSION : 4
17
9
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
25
11
platform : x86
26
12
27
13
os : unstable
@@ -33,6 +19,11 @@ install:
33
19
34
20
- IF %NODE_VERSION% LSS 1 npm -g install npm
35
21
- 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% EQ 4 npm config set -g cafile=package.json
26
+ - IF %NODE_VERSION% EQ 4 npm config set -g strict-ssl=false
36
27
37
28
# Check if new tag released and publish binary in this case.
38
29
- SET PUBLISH_BINARY=%APPVEYOR_REPO_TAG%
You can’t perform that action at this time.
0 commit comments