]> code.delx.au - gnu-emacs-elpa/commitdiff
Try to use the more up-to-date snapshot packages
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 9 Apr 2014 14:00:18 +0000 (18:00 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 9 Apr 2014 14:05:34 +0000 (18:05 +0400)
#99

.travis.yml

index 59d20a1eb224d17a89d22eb51888b6cee3e0b881..11d7fd48291546a4008079bf1797ab5b00589cd8 100644 (file)
@@ -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: