瀏覽代碼

chore: remove node 6 testing from CI (Appveyor, Travis)

Karma 4.0 drops node 6 support,
and the node 6 builds have caused many unnecessary build failures in CI.
sschmid 6 年之前
父節點
當前提交
fd2442a8b6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .appveyor.yml
  2. 1 1
      .travis.yml

+ 1 - 1
.appveyor.yml

@@ -2,7 +2,7 @@ image: Visual Studio 2017
 environment:
   timeout: 4000
   matrix:
-    - nodejs_version: "6"
+    # - nodejs_version: "6"
     # - nodejs_version: "7"
     - nodejs_version: "8" 
     # - nodejs_version: "10"

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ sudo: required
 dist: trusty
 language: node_js
 node_js:
-- '6'
+# - '6'
 - '8'
 env:
   - timeout=10000