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

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

[nongnu] elpa/with-editor 45c29f9 103/140: Fix travis setup


From: Jonas Bernoulli
Subject: [nongnu] elpa/with-editor 45c29f9 103/140: Fix travis setup
Date: Fri, 6 Aug 2021 12:51:29 -0400 (EDT)

branch: elpa/with-editor
commit 45c29f9bfb7f2df93426ce1571e2f4f41ed4e492
Author: Noam Postavsky <npostavs@users.sourceforge.net>
Commit: Noam Postavsky <npostavs@users.sourceforge.net>

    Fix travis setup
    
    Most repos, including the one we get the Emacs binaries from, have
    moved to the new default OS version, which is "Xenial"[1].  For
    whatever reason, this one still hasn't been migrated, so ask for the
    new version explicitly.
    
    Also drop the "sudo: false", it no longer has any effect[2].
    
    [1]: 
https://changelog.travis-ci.com/xenial-as-the-default-build-environment-99476
    [2]: 
https://changelog.travis-ci.com/the-container-based-build-environment-is-fully-deprecated-84517
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3cffd21..c3f5509 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,4 @@
-sudo: false
+dist: xenial # Explicitly ask for the new default.
 language: generic
 env:
   global:



reply via email to

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