# File lib/travis/cli/encrypt_file.rb, line 114
      def escape_path(path)
        Shellwords.escape(path).sub(/^\\~\//, '~\/')
      end