浏览代码

Remove emacs-git-snapshot from the Travis testing matrix

Ryan C. Thompson 7 年之前
父节点
当前提交
f4383fe643
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -10,7 +10,8 @@ env:
     - EMACS_VERSION=emacs-25.2
     - EMACS_VERSION=emacs-25.3
     - EMACS_VERSION=emacs-26-pretest
-    - EMACS_VERSION=emacs-git-snapshot
+    # For some reason emac-git-snapshot hangs forever
+    # - EMACS_VERSION=emacs-git-snapshot
     - EMACS_VERSION=remacs-git-snapshot
 
 matrix: