summaryrefslogtreecommitdiff
path: root/man/bundle-gem.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-gem.ronn')
-rw-r--r--man/bundle-gem.ronn16
1 files changed, 16 insertions, 0 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 7aa5c3333a..8d453ce077 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -76,6 +76,22 @@ configuration file using the following names:
the answer will be saved in Bundler's global config for future `bundle gem`
use.
+* `--ci`, `--test=github`, `--test=travis`, `--test=gitlab`, `--test=circle`:
+ Specify the continuous integration service that Bundler should use when
+ generating the project. Acceptable values are `github`, `travis`, `gitlab`
+ and `circle`. A configuration file will be generated in the project directory.
+ Given no option is specified:
+
+ When Bundler is configured to generate CI files, this defaults to Bundler's
+ global config setting `gem.ci`.
+
+ When Bundler is configured to not generate CI files, an interactive prompt
+ will be displayed and the answer will be used for the current rubygem project.
+
+ When Bundler is unconfigured, an interactive prompt will be displayed and
+ the answer will be saved in Bundler's global config for future `bundle gem`
+ use.
+
* `-e`, `--edit[=EDITOR]`:
Open the resulting GEM_NAME.gemspec in EDITOR, or the default editor if not
specified. The default is `$BUNDLER_EDITOR`, `$VISUAL`, or `$EDITOR`.