Skip to content

Commit

Permalink
revert to Cassou PPA for Emacs 24 (stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed May 10, 2014
1 parent 3b3124c commit a072bf7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -66,9 +66,10 @@ matrix:
### functions compiled in.
###
### emacs24 (current stable release) is obtained from the
### Ubuntu Emacs Lisp PPA: https://launchpad.net/~ubuntu-elisp/+archive/ppa
### cassou PPA: http://launchpad.net/~cassou/+archive/emacs
###
### emacs-snapshot (trunk) is obtained from the Ubuntu Emacs Lisp PPA.
### emacs-snapshot (trunk) is obtained from the Ubuntu Emacs Lisp PPA:
### https://launchpad.net/~ubuntu-elisp/+archive/ppa
### For the emacs-snapshot build, bleeding-edge versions
### of all test dependencies are also used.
###
Expand Down Expand Up @@ -98,7 +99,7 @@ install:
sudo apt-get -qq install emacs23-gtk emacs23-el;
fi
- if [ "$EMACS" = 'emacs24' ]; then
sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
sudo add-apt-repository -y ppa:cassou/emacs &&
sudo apt-get -qq update &&
sudo apt-get -qq -f install &&
sudo apt-get -qq install emacs24 emacs24-el;
Expand Down

0 comments on commit a072bf7

Please sign in to comment.