aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-30 12:50:52 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-05-30 12:51:13 +0200
commit11d2e04051001a38f45a27bac7167b483ee94650 (patch)
treedf5e35441ca22a831948f9c8bb185d63441f58ad /.travis.yml
parentf0baddbe63ba1a0de27e00fc3556eaa1fdc20030 (diff)
downloadPROJ-11d2e04051001a38f45a27bac7167b483ee94650.tar.gz
PROJ-11d2e04051001a38f45a27bac7167b483ee94650.zip
.travis.yml: disable s390x target since Travis-CI infra is KO regarding this
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 0091d31a..073d06e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,13 +66,13 @@ matrix:
- BUILD_NAME=linux_clang
- DETAILS="linux, clang"
- - os: linux
- dist: bionic
- compiler: gcc
- arch: s390x
- env:
- - BUILD_NAME=linux_s390x
- - DETAILS="linux, s390x"
+# - os: linux
+# dist: bionic
+# compiler: gcc
+# arch: s390x
+# env:
+# - BUILD_NAME=linux_s390x
+# - DETAILS="linux, s390x"
- os: osx
env: