浏览代码

fix the syntax

Jorge Aparicio 8 年之前
父节点
当前提交
5af72233a7
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      appveyor.yml

+ 3 - 4
appveyor.yml

@@ -1,8 +1,7 @@
 environment:
-  global:
-    matrix:
-      - TARGET=i686-pc-windows-msvc
-      - TARGET=x86_64-pc-windows-msvc
+  matrix:
+    - TARGET: i686-pc-windows-msvc
+    - TARGET: x86_64-pc-windows-msvc
 
 install:
   - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"