summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-09 14:07:52 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-09 14:07:52 +0200
commit94f6c06ac54401ea34a07f8c45242f11bd1e1e3a (patch)
treecb439d8ed6bb462cc96b436d769ff29cec33fee2 /.travis.yml
parent62a232506d06f6d1b3b7271801c907d6294dfe84 (diff)
patch 8.2.1402: s390x tests always failv8.2.1402
Problem: s390x tests always fail. Solution: Temporarily disable s390x tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index d199efb573..a4c6287404 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -208,12 +208,13 @@ jobs:
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