diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-30 12:50:52 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-30 12:51:13 +0200 |
| commit | 11d2e04051001a38f45a27bac7167b483ee94650 (patch) | |
| tree | df5e35441ca22a831948f9c8bb185d63441f58ad | |
| parent | f0baddbe63ba1a0de27e00fc3556eaa1fdc20030 (diff) | |
| download | PROJ-11d2e04051001a38f45a27bac7167b483ee94650.tar.gz PROJ-11d2e04051001a38f45a27bac7167b483ee94650.zip | |
.travis.yml: disable s390x target since Travis-CI infra is KO regarding this
| -rw-r--r-- | .travis.yml | 14 |
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: |
