branch: elpa/zig-mode
commit 6d78a6e1b638008b4d969328af33295547c5be22
Author: Matthew D. Steele <mdste...@alum.mit.edu>
Commit: Matthew D. Steele <mdste...@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