Skip to content

Commit

Permalink
Enable 32 and 64 bit builds on Windows, disable Node version 4
Browse files Browse the repository at this point in the history
Appveyor has a problem with Node 4 32 bit, for details see
mapbox/node-pre-gyp#209.
  • Loading branch information
gagern committed Aug 5, 2017
1 parent cbda1ba commit a1b6bc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ environment:
github_release_token:
secure: TTQbwwwftUsijup2DaIPSnfBoYtXNrPVUFxNdFF/kugUndKeQk2k7YUSe1C1ojZn
matrix:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6
- nodejs_version: 7
- nodejs_version: 8

platform:
- x86
- x64

image: Visual Studio 2015

install:
Expand Down

0 comments on commit a1b6bc0

Please sign in to comment.