Ver código fonte

Remove emacs-git-snapshot from the Travis testing matrix

Ryan C. Thompson 7 anos atrás
pai
commit
f4383fe643
1 arquivos alterados com 2 adições e 1 exclusões
  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: