# File lib/appraisal/travis_ci_helper.rb, line 21
    def self.display_instruction
      puts "# Put this in your .travis.yml"
      puts "#{GEMFILES_CONFIGURATION_KEY}:"

      AppraisalFile.each do |appraisal|
        puts "  - #{appraisal.relative_gemfile_path}"
      end
    end