Skip to content

Commit

Permalink
Return node 4 x86 build
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed May 9, 2016
1 parent b67d28e commit 7a2bbe0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ environment:
platform: x86
- NODE_VERSION: 4
platform: x64
- NODE_VERSION: 4
platform: x86
- NODE_VERSION: 0.12
platform: x64
- NODE_VERSION: 0.12
Expand All @@ -33,6 +35,11 @@ install:

- IF %NODE_VERSION% LSS 1 npm -g install npm
- IF %NODE_VERSION% LSS 1 set PATH=%APPDATA%\npm;%PATH%
# work around an issue with node-gyp v3.3.1 and node 4x
# package.json has no certificates in it so we're cool
# https://github.com/nodejs/node-gyp/issues/921
- IF %NODE_VERSION% == 4 npm config set -g cafile=package.json
- IF %NODE_VERSION% == 4 npm config set -g strict-ssl=false

# Check if new tag released and publish binary in this case.
- SET PUBLISH_BINARY=%APPVEYOR_REPO_TAG%
Expand Down

0 comments on commit 7a2bbe0

Please sign in to comment.