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

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

[nongnu] elpa/zig-mode 6d78a6e 074/104: Fix appveyor.yml


From: ELPA Syncer
Subject: [nongnu] elpa/zig-mode 6d78a6e 074/104: Fix appveyor.yml
Date: Sun, 29 Aug 2021 11:37:05 -0400 (EDT)

branch: elpa/zig-mode
commit 6d78a6e1b638008b4d969328af33295547c5be22
Author: Matthew D. Steele <mdsteele@alum.mit.edu>
Commit: Matthew D. Steele <mdsteele@alum.mit.edu>

    Fix appveyor.yml
---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 91f7e42..a0285be 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,7 @@
 image: ubuntu
 install:
-- sudo apt-get install -y emacs24
+- sudo apt-get update
+- sudo apt-get install -y emacs25
 build: off
 test_script:
 - ./run_tests.sh



reply via email to

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