branch: elpa/zig-mode
commit 9c200f4b9942237f2f19351c3adc6007b8f99fb2
Author: Matthew D. Steele <mdste...@alum.mit.edu>
Commit: Matthew D. Steele <mdste...@alum.mit.edu>

    Add -y flag to apt-get command in AppVeyor install script
---
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to