# File lib/travis/cli/encrypt_file.rb, line 84
      def notes(input_path, output_path)
        say "\nkey: #{color(key, :info)}\niv:  #{color(iv,  :info)}" if print_key?
        empty_line
        say "Make sure to add #{color(output_path, :info)} to the git repository."
        say "Make sure #{color("not", :underline)} to add #{color(input_path, :info)} to the git repository." if input_path != '-'
        say "Commit all changes to your #{color('.travis.yml', :info)}."
      end