branch: elpa/with-editor
commit 45c29f9bfb7f2df93426ce1571e2f4f41ed4e492
Author: Noam Postavsky <[email protected]>
Commit: Noam Postavsky <[email protected]>
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: