# File lib/appraisal/travis_ci_helper.rb, line 37
      def validate
        if has_configuration_file?
          if has_no_gemfiles_configuration?
            $stderr.puts(NO_CONFIGURATION_WARNING)
          elsif has_invalid_gemfiles_configuration?
            $stderr.puts(INVALID_CONFIGURATION_WARNING)
          end
        end
      end