branch: master
commit 78cbc69bfed817e01495a778d0b25baaac2ea474
Author: Dmitry Gutov <dgu...@yandex.ru>
Commit: Dmitry Gutov <dgu...@yandex.ru>

    Test in Emacs 25, too
---
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6993df8..0076f3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ language: generic
 env:
   matrix:
     - EMACS=emacs24
+    - EMACS=emacs25
     - EMACS=emacs-snapshot
 
 install:
@@ -13,6 +14,12 @@ install:
         sudo apt-get update -qq &&
         sudo apt-get install -qq emacs24 emacs24-el;
     fi
+  - if [ "$EMACS" = "emacs25" ]; then
+        sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
+        sudo apt-get update -qq &&
+        sudo apt-get -qq -f install &&
+        sudo apt-get install -qq emacs25;
+    fi
   - if [ "$EMACS" = "emacs-snapshot" ]; then
         sudo add-apt-repository -y ppa:ubuntu-elisp/ppa &&
         sudo apt-get update -qq &&

Reply via email to