Skip to content

Commit

Permalink
use 64bit OS and Node.js on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Aug 29, 2017
1 parent 7e225dc commit 64ecd77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
image: Visual Studio 2017
platform: x64
shallow_clone: true
skip_tags: true
install:
- ps: Install-Product node Stable
- ps: Install-Product node Stable x64
- npm install
build: off
test_script: node test.js

0 comments on commit 64ecd77

Please sign in to comment.