-
Notifications
You must be signed in to change notification settings - Fork 409
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 console is not working #654
Comments
#227 may be relevant. |
Same here. I just installed the $ travis report
System
Ruby: Ruby 2.2.4-p230
Operating System: Ubuntu 18.04
RubyGems: RubyGems 2.4.8
CLI
Version: 1.8.9
Plugins: none
Auto-Completion: yes
Last Version Check: 2019-02-17 13:15:36 +0100
Session
API Endpoint: https://api.travis-ci.org/
Logged In: as "***"
Verify SSL: yes
Enterprise: no
Endpoints
org: https://api.travis-ci.org/ (access token, current)
Last Exception
An error occurred running `travis console`:
NameError: uninitialized constant Pry::SIMPLE_PROMPT
from /home/***/.rvm/gems/ruby-2.2.4/gems/travis-1.8.9/lib/travis/cli/console.rb:17:in `run'
from /home/***/.rvm/gems/ruby-2.2.4/gems/travis-1.8.9/lib/travis/cli/command.rb:198:in `execute'
from /home/***/.rvm/gems/ruby-2.2.4/gems/travis-1.8.9/lib/travis/cli.rb:64:in `run'
from /home/***/.rvm/gems/ruby-2.2.4/gems/travis-1.8.9/bin/travis:18:in `<top (required)>'
from /home/***/.rvm/gems/ruby-2.2.4/bin/travis:23:in `load'
from /home/***/.rvm/gems/ruby-2.2.4/bin/travis:23:in `<main>'
from /home/***/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `eval'
from /home/***/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in `<main>' |
This got travis console working for me:
|
|
I had to manually reinstall the pry on ubuntu 19.04 as well. At least update the help string at: travis.rb/lib/travis/cli/console.rb Line 26 in 11d6f6f
to contain install command for some working version. |
thank you for the tip. On Fedora 29 I had to do explicitly install pry 0.9.12.6 as well |
Patching with
seems to work fine for me |
Hi.
travis console
is not working for me. I got below error.Any ideas?
The text was updated successfully, but these errors were encountered: