summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-09 18:51:16 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-09 18:51:16 -0600
commite449aebf9006eebb4f5cabd6b40fa6d1a6ac8e4a (patch)
treef1a2fdb093c97b78c8e4a6425c2179138522a8c8
parentc06a055ca8739b7f4ee53c7b8f53c83a5525cc3a (diff)
Add general section to ci.toml
-rw-r--r--ci.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci.toml b/ci.toml
index aa64ee5..af8dd68 100644
--- a/ci.toml
+++ b/ci.toml
@@ -1,5 +1,8 @@
# This is the CI configuration file
+[general]
+prompt = false
+
[packages]
acid = {}
autoconf = {}