Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
804d044632 | ||
|
|
813b171d26 | ||
|
|
7a0ce1c04d |
@@ -1,7 +1,10 @@
|
||||
sudo: false
|
||||
language: ruby
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
- 2.1.7
|
||||
- 2.2.3
|
||||
addons:
|
||||
code_climate:
|
||||
repo_token:
|
||||
|
||||
@@ -67,6 +67,7 @@ module Zanzibar
|
||||
def prompt_for_password
|
||||
puts "Please enter password for #{@@username}:"
|
||||
STDIN.noecho(&:gets).chomp
|
||||
puts "Using password to login..."
|
||||
end
|
||||
|
||||
## Gets the wsdl document location if none is provided in the constructor
|
||||
|
||||
Reference in New Issue
Block a user