Skip to content

Commit

Permalink
.travis.yml: Switch to a different PPA in order to test on Emacs 25
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Oct 10, 2016
1 parent 38127d8 commit c881155
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: emacs-lisp

before_install:
# PPA for stable Emacs packages
- sudo add-apt-repository -y ppa:cassou/emacs
- sudo add-apt-repository -y ppa:adrozdoff/emacs
# PPA for Emacs nightlies
- sudo add-apt-repository -y ppa:ubuntu-elisp/ppa

Expand All @@ -18,6 +18,7 @@ install:

env:
- EMACS=emacs24
- EMACS=emacs25
- EMACS=emacs-snapshot

script:
Expand Down

0 comments on commit c881155

Please sign in to comment.