Ver Fonte

fixed typo

Benjamin Giesinger há 7 anos atrás
pai
commit
c70d3068c5
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      .appveyor.yml

+ 4 - 3
.appveyor.yml

@@ -1,12 +1,13 @@
+image: Visual Studio 2017
 environment:
   matrix:
     - nodejs_version: "6"
     - nodejs_version: "7"
     - nodejs_version: "8" 
     - nodejs_version: "9"
-  platform:
-    - x86
-    - x64
+platform:
+  - x86
+  - x64
 install:
   - ps: Install-Product node $env:nodejs_version $env:platform
   - npm install