From e449aebf9006eebb4f5cabd6b40fa6d1a6ac8e4a Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sat, 9 Jun 2018 18:51:16 -0600
Subject: [PATCH] Add general section to ci.toml

---
 ci.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ci.toml b/ci.toml
index aa64ee528..af8dd68e2 100644
--- a/ci.toml
+++ b/ci.toml
@@ -1,5 +1,8 @@
 # This is the CI configuration file
 
+[general]
+prompt = false
+
 [packages]
 acid = {}
 autoconf = {}
-- 
GitLab