aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-03-17 21:05:12 +0100
committerGravatar GitHub <noreply@github.com>2018-03-17 21:05:12 +0100
commita7894708e924be6c3968054988b50da7f6c02c6b (patch)
tree69dde46791d00e67fed3fb40b01a287eb53716cd
parent315b7043953449fd6d982b01e4bcda91bb37ae7e (diff)
parent2c12ce635fb85a709b23c8af9ef490c144383da8 (diff)
Merge pull request #347 from liyishuai/master
Setup CI for Emacs 25.3
-rw-r--r--.travis.yml1
-rw-r--r--Makefile.travis2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d0649dce..6f70e507 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ env:
- EMACS_TARGET=emacs-24.5
- EMACS_TARGET=emacs-25.1
- EMACS_TARGET=emacs-25.2
+ - EMACS_TARGET=emacs-25.3
before_install:
- make -f Makefile.travis before_install
diff --git a/Makefile.travis b/Makefile.travis
index 1393a1e8..57efb391 100644
--- a/Makefile.travis
+++ b/Makefile.travis
@@ -1,4 +1,4 @@
-VERSIONS = 24.1 24.2 24.3 24.4 24.5 25.1 25.2
+VERSIONS = 24.1 24.2 24.3 24.4 24.5 25.1 25.2 25.3
STABLE_TARGETS = $(addprefix prepare-emacs-,$(VERSIONS))
.PHONY: prepare-emacs-24 prepare-emacs-git $(STABLE_TARGETS) \