Class: Travis::CLI::ApiCommand
- Inherits:
-
Object
- Object
- Travis::CLI::ApiCommand
- Defined in:
- lib/gemplate.rb
Overview
Adjust Travis to raise instead of shouting
Instance Method Summary collapse
Instance Method Details
#authenticate ⇒ Object
120 121 122 |
# File 'lib/gemplate.rb', line 120 def authenticate fail Travis::Client::NotLoggedIn if access_token.nil? end |