Parcourir la source

Remove emacs-git-snapshot from the Travis testing matrix

Ryan C. Thompson il y a 7 ans
Parent
commit
f4383fe643
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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: