# File lib/travis/cli/accounts.rb, line 24
      def description(account)
        return "subscribed"          if account.subscribed?
        return "educational account" if account.educational?
        "not subscribed"
      end