# File lib/travis/cli/env.rb, line 15
      def setup
        super
        authenticate
        error "not allowed to access environment variables for #{color(repository.slug, :bold)}" unless repository.admin?
      end