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

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

[elpa] 27/35: Try to use the more up-to-date snapshot packages


From: Dmitry Gutov
Subject: [elpa] 27/35: Try to use the more up-to-date snapshot packages
Date: Sat, 19 Apr 2014 10:12:19 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 4505ff718f47b6706a8eba31f86c627875382d48
Author: Dmitry Gutov <address@hidden>
Date:   Wed Apr 9 18:00:18 2014 +0400

    Try to use the more up-to-date snapshot packages
    
    #99
---
 .travis.yml |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 59d20a1..11d7fd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,10 +14,9 @@ install:
         sudo apt-get install -qq emacs24 emacs24-el;
     fi
   - if [ "$EMACS" = "emacs-snapshot" ]; then
-        sudo add-apt-repository -y ppa:cassou/emacs &&
+        sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
         sudo apt-get update -qq &&
-        sudo apt-get install -qq emacs-snapshot &&
-        sudo apt-get install -qq emacs-snapshot-el emacs-snapshot-gtk;
+        sudo apt-get install -qq emacs-snapshot;
     fi
 
 before_script:



reply via email to

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