From 43925606d39ad12b5b1019aec61843d947755f31 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sun, 5 Aug 2018 17:20:11 +0200 Subject: Set the minimal supported version of emacs to 24.3 instead of 24.4 This agrees with the minimal version of GNU Emacs currently tested by Travis CI, as well as with the version packaged in Ubuntu 14.04 LTS Reference: https://github.com/ProofGeneral/PG/issues/368#issuecomment-397561986 --- Makefile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.travis') diff --git a/Makefile.travis b/Makefile.travis index 57efb391..1aa04dc0 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 25.3 +VERSIONS = 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) \ -- cgit v1.2.3