aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.travis
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2017-04-25 16:01:28 +0200
committerGravatar GitHub <noreply@github.com>2017-04-25 16:01:28 +0200
commitd2293966dfa556c6f236e86f1f204cee31bcc7be (patch)
treed92a4b5bf2a1decb2090ebed1da111c58a51f9d6 /Makefile.travis
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.
Diffstat (limited to 'Makefile.travis')
-rw-r--r--Makefile.travis2
1 files changed, 1 insertions, 1 deletions
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) \