emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e040ca0 181/271: Just use stable emacs.


From: Jackson Ray Hamilton
Subject: [elpa] master e040ca0 181/271: Just use stable emacs.
Date: Thu, 05 Feb 2015 18:31:01 +0000

branch: master
commit e040ca0788a5ceef1a598531eb1ba02dc86729c1
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Just use stable emacs.
---
 .travis.yml |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bb0a9e0..a3b3615 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ language: emacs-lisp
 env:
   matrix:
     - EMACS=emacs24
-    - EMACS=emacs-snapshot
 
 install:
   - if [ "$EMACS" = "emacs24" ]; then
@@ -13,12 +12,6 @@ install:
         sudo apt-get update -qq &&
         sudo apt-get install -qq emacs24 emacs24-el;
     fi
-  - if [ "$EMACS" = "emacs-snapshot" ]; then
-        sudo add-apt-repository -y ppa:cassou/emacs &&
-        sudo apt-get update -qq &&
-        sudo apt-get install -qq emacs-snapshot &&
-        sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
-    fi
 
 script:
   make test EMACS=${EMACS}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]