Skip to content

Commit

Permalink
Update emacs-snapshot source to ppa:ubuntu-elisp/ppa.
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Feb 26, 2015
1 parent 78636c6 commit 579e7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -22,10 +22,10 @@ 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-el;
fi

script:
Expand Down

0 comments on commit 579e7d8

Please sign in to comment.