Skip to content

Commit 3d0c421

Browse files
committed
x64 only for now
1 parent 065fea0 commit 3d0c421

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

appveyor.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,14 @@ environment:
33
- nodejs_version: "4"
44
- nodejs_version: "5"
55

6-
#platform:
7-
# - x86
8-
# - x64
6+
platform:
7+
- x64
98

109
install:
11-
- ps: Install-Product node $env:nodejs_version #$env:platform
10+
- ps: Install-Product node $env:nodejs_version $env:platform
1211
- npm install
1312

1413
test_script:
1514
- node --version
1615
- npm --version
1716
- npm test
18-
19-
build: off

0 commit comments

Comments
 (0)