patch 8.2.1402: s390x tests always fail
Problem: s390x tests always fail.
Solution: Temporarily disable s390x tests.
diff --git a/.travis.yml b/.travis.yml
index d199efb..a4c6287 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -208,12 +208,13 @@
env:
- *normal
- *shadowopt
- - <<: *linux
- arch: s390x
- name: huge/gcc-s390x
- compiler: gcc
- env: *linux-huge
- services: []
+ # Temporarily disabled, always fails
+ #- <<: *linux
+ # arch: s390x
+ # name: huge/gcc-s390x
+ # compiler: gcc
+ # env: *linux-huge
+ # services: []
- <<: *linux
arch: arm64
name: huge/gcc-arm64
diff --git a/src/version.c b/src/version.c
index 15f4c06..697a47c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1402,
+/**/
1401,
/**/
1400,