patch 8.2.0962: terminal test sometimes hangs on Travis

Problem:    Terminal test sometimes hangs on Travis.
Solution:   Do show output for this test temporarily.
diff --git a/src/version.c b/src/version.c
index 93f940b..8c8efd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    962,
+/**/
     961,
 /**/
     960,