class Travis::Client::Commit

def short_sha

def short_sha
  sha.to_s[0..6]
end