mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
a476d67f35
commit
fedd3201f3
Notes:
git
2020-06-18 19:15:11 +09:00
3 changed files with 3 additions and 3 deletions
|
@ -77,7 +77,7 @@ When Bundler is configured to not generate tests, an interactive prompt will be
|
||||||
When Bundler is unconfigured, an interactive prompt will be displayed and the answer will be saved in Bundler\'s global config for future \fBbundle gem\fR use\.
|
When Bundler is unconfigured, an interactive prompt will be displayed and the answer will be saved in Bundler\'s global config for future \fBbundle gem\fR use\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-ci\fR, \fB\-\-test=github\fR, \fB\-\-test=travis\fR, \fB\-\-test=gitlab\fR, \fB\-\-test=circle\fR
|
\fB\-\-ci\fR, \fB\-\-ci=github\fR, \fB\-\-ci=travis\fR, \fB\-\-ci=gitlab\fR, \fB\-\-ci=circle\fR
|
||||||
Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fBgithub\fR, \fBtravis\fR, \fBgitlab\fR and \fBcircle\fR\. A configuration file will be generated in the project directory\. Given no option is specified:
|
Specify the continuous integration service that Bundler should use when generating the project\. Acceptable values are \fBgithub\fR, \fBtravis\fR, \fBgitlab\fR and \fBcircle\fR\. A configuration file will be generated in the project directory\. Given no option is specified:
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
|
|
|
@ -83,7 +83,7 @@ OPTIONS
|
||||||
displayed and the answer will be saved in Bundler's global
|
displayed and the answer will be saved in Bundler's global
|
||||||
config for future bundle gem use.
|
config for future bundle gem use.
|
||||||
|
|
||||||
--ci, --test=github, --test=travis, --test=gitlab, --test=circle
|
--ci, --ci=github, --ci=travis, --ci=gitlab, --ci=circle
|
||||||
Specify the continuous integration service that Bundler should
|
Specify the continuous integration service that Bundler should
|
||||||
use when generating the project. Acceptable values are github,
|
use when generating the project. Acceptable values are github,
|
||||||
travis, gitlab and circle. A configuration file will be
|
travis, gitlab and circle. A configuration file will be
|
||||||
|
|
|
@ -76,7 +76,7 @@ configuration file using the following names:
|
||||||
the answer will be saved in Bundler's global config for future `bundle gem`
|
the answer will be saved in Bundler's global config for future `bundle gem`
|
||||||
use.
|
use.
|
||||||
|
|
||||||
* `--ci`, `--test=github`, `--test=travis`, `--test=gitlab`, `--test=circle`:
|
* `--ci`, `--ci=github`, `--ci=travis`, `--ci=gitlab`, `--ci=circle`:
|
||||||
Specify the continuous integration service that Bundler should use when
|
Specify the continuous integration service that Bundler should use when
|
||||||
generating the project. Acceptable values are `github`, `travis`, `gitlab`
|
generating the project. Acceptable values are `github`, `travis`, `gitlab`
|
||||||
and `circle`. A configuration file will be generated in the project directory.
|
and `circle`. A configuration file will be generated in the project directory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue