Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix invalid options --no-ri --no-doc #655

Closed
wants to merge 1 commit into from
Closed

fix invalid options --no-ri --no-doc #655

wants to merge 1 commit into from

Conversation

ivangabriele
Copy link

Replace deprecated --no-ri --no-doc by --no-document.

Replace deprecated  `--no-ri --no-doc` by `--no-document`.
@thibaudcolas
Copy link

Just stumbled upon this today while trying to install the CLI with Ruby v2.6.1.

Here are the errors for reference:

$ gem install travis -v 1.8.9 --no-rdoc --no-ri
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-rdoc

✘1 $ gem install travis -v 1.8.9 --no-ri
ERROR:  While executing gem ... (OptionParser::InvalidOption)
    invalid option: --no-ri

@douglascayers
Copy link

Fixes #646

@varsnotwars
Copy link

ACK. Tested on Windows 10.

@BanzaiMan
Copy link
Contributor

Sorry about that. We merged #707 instead.

@BanzaiMan BanzaiMan closed this Mar 24, 2020
@ivangabriele ivangabriele deleted the patch-1 branch March 30, 2020 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants