# File lib/travis/cli/repos.rb, line 41
      def attributes(repo)
        { "active" => repo.active?, "admin" => repo.admin?, "push" => repo.push?, "pull" => repo.pull? }
      end