aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Martin-Dorel2017-04-25 16:01:28 +0200
committerGitHub2017-04-25 16:01:28 +0200
commitd2293966dfa556c6f236e86f1f204cee31bcc7be (patch)
treed92a4b5bf2a1decb2090ebed1da111c58a51f9d6
parent1a18e33658645a81225c56b5d4f4a4b89434d301 (diff)
[Travis CI] Replace emacs-git target with emacs-25.{1,2} stable targets. (#181)
This commit contributes to shorten the real time of Travis' automated build.
-rw-r--r--.travis.yml3
-rw-r--r--Makefile.travis2
2 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f9f10d8c..1f6c6833 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ env:
- EMACS_TARGET=emacs-24.3
- EMACS_TARGET=emacs-24.4
- EMACS_TARGET=emacs-24.5
- - EMACS_TARGET=emacs-git
+ - EMACS_TARGET=emacs-25.1
+ - EMACS_TARGET=emacs-25.2
before_install:
- make -f Makefile.travis before_install
diff --git a/Makefile.travis b/Makefile.travis
index c3711e59..99c05dba 100644
--- a/Makefile.travis
+++ b/Makefile.travis
@@ -1,4 +1,4 @@
-VERSIONS = 21.4a 22.1 22.2 22.3 23.1 23.2b 23.3b 23.4 24.1 24.2 24.3 24.4 24.5
+VERSIONS = 24.1 24.2 24.3 24.4 24.5 25.1 25.2
STABLE_TARGETS = $(addprefix prepare-emacs-,$(VERSIONS))
.PHONY: prepare-emacs-24 prepare-emacs-git $(STABLE_TARGETS) \