Class: Travis::CLI::ApiCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/gemplate.rb

Overview

Adjust Travis to raise instead of shouting

Instance Method Summary collapse

Instance Method Details

#authenticateObject



120
121
122
# File 'lib/gemplate.rb', line 120

def authenticate
  fail Travis::Client::NotLoggedIn if access_token.nil?
end