Explorar el Código

Remove emacs-git-snapshot from the Travis testing matrix

Ryan C. Thompson hace 7 años
padre
commit
f4383fe643
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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: