branch: elpa/d-mode
commit c8811551eb1000861790f962983bf2f86d06a34a
Author: Vladimir Panteleev <[email protected]>
Commit: Vladimir Panteleev <[email protected]>

    .travis.yml: Switch to a different PPA in order to test on Emacs 25
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8cf2346..1bfae87 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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
 
@@ -18,6 +18,7 @@ install:
 
 env:
   - EMACS=emacs24
+  - EMACS=emacs25
   - EMACS=emacs-snapshot
 
 script:

Reply via email to