From 90752194600caf7584dfc6b8f5cf4df5a4b36402 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sun, 3 Jul 2016 19:56:26 +0200 Subject: emacs-git Travis build: Fix URL of Emacs repo & Build against emacs-25 branch. Ref: https://github.com/FStarLang/fstar-mode.el/blob/master/Makefile.travis --- Makefile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.travis') diff --git a/Makefile.travis b/Makefile.travis index 3466a7af..c3711e59 100644 --- a/Makefile.travis +++ b/Makefile.travis @@ -11,7 +11,7 @@ $(STABLE_TARGETS): mv /tmp/emacs-tmp/* "/tmp/emacs" || (ls /tmp/*; exit 1) prepare-emacs-git: - git clone --depth=1 'http://git.sv.gnu.org/r/emacs.git' /tmp/emacs + git clone --depth=1 'git://git.savannah.gnu.org/emacs.git' --branch emacs-25 /tmp/emacs cd /tmp/emacs && ./autogen.sh prepare-emacs: prepare-$(EMACS_TARGET) -- cgit v1.2.3