emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/sql-indent 0bca299 12/13: Fix travis build. (#58)


From: Stefan Monnier
Subject: [elpa] externals/sql-indent 0bca299 12/13: Fix travis build. (#58)
Date: Sun, 11 Feb 2018 22:24:14 -0500 (EST)

branch: externals/sql-indent
commit 0bca299b7ff7fc81e1664b762b940e5b0160e07a
Author: Alex Harsányi <address@hidden>
Commit: GitHub <address@hidden>

    Fix travis build. (#58)
    
    See also
    
    * https://github.com/travis-ci/travis-ci/issues/9061
    * https://github.com/flycheck/emacs-travis/issues/13
---
 .travis.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 12ae353..dbe98cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,13 @@
 language: emacs-lisp
-sudo: false
+
+# Require sudo because Emacs needs to disable ASLR to dump, only possible on
+# sudo-enabled environment.  See also
+# https://github.com/travis-ci/travis-ci/issues/9061
+# https://github.com/flycheck/emacs-travis/issues/13
+
+sudo: required
+dist: trusty
+
 cache:
   - directories:
       # Cache stable Emacs binaries (saves 1min per job)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]