aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--Makefile.travis1
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1f6c6833..d0649dce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,5 @@
language: emacs-lisp
-sudo: false
+sudo: true
env:
- EMACS_TARGET=emacs-24.3
diff --git a/Makefile.travis b/Makefile.travis
index 99c05dba..1393a1e8 100644
--- a/Makefile.travis
+++ b/Makefile.travis
@@ -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