Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed May 9, 2016
1 parent b67d28e commit 70520a7
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,9 @@ environment:
secure: jJxKoyWputzRz2EjAT9i/vBzYt2+lcjKZ5D6O5TBaS9+anpYHn2XWbOut5dkOgh0
node_pre_gyp_region: eu-central-1
matrix:
- NODE_VERSION: 6
platform: x64
- NODE_VERSION: 6
platform: x86
- NODE_VERSION: 5
platform: x64
- NODE_VERSION: 5
platform: x86
- NODE_VERSION: 4
platform: x64
- NODE_VERSION: 0.12
platform: x64
- NODE_VERSION: 0.12
platform: x86
- NODE_VERSION: 0.10
platform: x64
- NODE_VERSION: 0.10
- NODE_VERSION: 4
platform: x86

os: unstable
Expand All @@ -33,6 +19,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 70520a7

Please sign in to comment.