# File lib/travis/tools/github.rb, line 55
      def with_session(&block)
        with_token { |t| GH.with(:token => t) { yield(t) } }
      end