aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.travis
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.travis')
-rw-r--r--Makefile.travis3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.travis b/Makefile.travis
index c3711e59..1aa04dc0 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.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) \
@@ -15,6 +15,7 @@ prepare-emacs-git:
cd /tmp/emacs && ./autogen.sh
prepare-emacs: prepare-$(EMACS_TARGET)
+ echo 0 | sudo tee /proc/sys/kernel/randomize_va_space
cd /tmp/emacs && ./configure --prefix="$(HOME)" --without-all --with-x-toolkit=no --without-x --with-xml2 && make -j2 install
before_install: prepare-emacs