浏览代码

Made tests run again. Still issue with memory leak in buffer.js on karma run under node x86

Benjamin Giesinger 7 年之前
父节点
当前提交
bc976016a6
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .appveyor.yml

+ 3 - 3
.appveyor.yml

@@ -2,11 +2,11 @@ image: Visual Studio 2017
 environment:
   matrix:
     - nodejs_version: "6"
-    - nodejs_version: "7"
-    - nodejs_version: "8" 
+    # - nodejs_version: "7"
+    # - nodejs_version: "8" 
     - nodejs_version: "9"
 platform:
-  - x86
+  # - x86
   - x64
 install:
   - ps: Install-Product node $env:nodejs_version $env:platform