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

Travis fails to install using Ruby 1.9.3p484 on Windows 10 #676

Open
NotoriousPyro opened this issue Jul 10, 2019 · 1 comment
Open

Travis fails to install using Ruby 1.9.3p484 on Windows 10 #676

NotoriousPyro opened this issue Jul 10, 2019 · 1 comment

Comments

@NotoriousPyro
Copy link

C:\Users\ccrawford>gem install travis -v 1.8.10 --no-rdoc --no-ri
ERROR:  Error installing travis:
        ffi requires Ruby version < 2.7.dev, >= 2.2.

Resolution (install older versions)

gem install ffi -v 1.9.10
gem install websocket -v 1.2.4
gem install travis -v 1.8.10 --no-rdoc --no-ri
@NotoriousPyro
Copy link
Author

Unfortunately, it won't login

λ travis login --pro
We need your GitHub login to identify you.
This information will not be sent to Travis CI, only to api.github.com.
The password will not be displayed.

Try running with --github-token or --auto if you don't want to enter your password anyway.

Username: NotoriousPyro
Password for NotoriousPyro: **********
can't convert nil into String
for a full error report, run travis report --pro

#586

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

No branches or pull requests

1 participant