diff options
| author | Erik Martin-Dorel | 2016-07-03 19:56:26 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2016-07-03 20:01:51 +0200 |
| commit | 90752194600caf7584dfc6b8f5cf4df5a4b36402 (patch) | |
| tree | d0cc3a2a71b8d471daf589f61578b408f3fa7ef7 /Makefile.travis | |
| parent | 2e49121b4cb38759619ccf2737078e3f201363d6 (diff) | |
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
Diffstat (limited to 'Makefile.travis')
| -rw-r--r-- | Makefile.travis | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
