Skip to content

Commit

Permalink
switch appveyor to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Mar 13, 2017
1 parent 1a31fc1 commit 5fc51a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 0.9.{build}

platform:
- x86
- x64

cache:
- node_modules
Expand All @@ -13,7 +13,7 @@ init:
- git config --global core.autocrlf input

install:
- ps: Install-Product node 7
- ps: Install-Product node 7 x64
- git reset --hard HEAD
- npm install npm -g
- npm install electron-builder@next # force install next version to test electron-builder
Expand Down

0 comments on commit 5fc51a3

Please sign in to comment.