branch: elpa/datetime
commit be2d3a460687da0cfb9b795c4c175e58b0131449
Author: Paul Pogonyshev <pogonys...@gmail.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Add Emacs 26 environment for Travis CI.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 166fddbcf2..9f92241f58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: java
 before_install:
   # For Emacs 24.
   - sudo add-apt-repository ppa:fryda.tomas/emacs -y
-  # For Emacs 25.
+  # For Emacs 25 and 26.
   - sudo add-apt-repository ppa:kelleyk/emacs -y
   # For snapshot builds.
   - sudo add-apt-repository ppa:ubuntu-elisp/ppa -y
@@ -15,6 +15,7 @@ before_install:
 env:
   - EMACS=emacs24
   - EMACS=emacs25
+  - EMACS=emacs26
   - EMACS=emacs-snapshot
 
 jdk:

Reply via email to