From 9ce09a09828438223b9487eb80364c447bf628ac Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Thu, 27 Oct 2016 12:47:42 +0200 Subject: [PATCH] WIP: Test also on x86 --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 37e8258f3..5fc1a6939 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,8 @@ os: Visual Studio 2015 -platform: x64 +platform: + - x64 + - x86 environment: NODEJS_VERSION: "6"