diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-02 11:02:28 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-02 11:02:28 +0200 |
| commit | c939d1f9c50b9ebb993761e88e9f73358d4f1786 (patch) | |
| tree | 717a7fc05fff6fad82ead90e194b1a51fe46a386 /.travis.yml | |
| parent | 1cd25bb01d7a703b9556abdf57035ee0424faa26 (diff) | |
| download | PROJ-c939d1f9c50b9ebb993761e88e9f73358d4f1786.tar.gz PROJ-c939d1f9c50b9ebb993761e88e9f73358d4f1786.zip | |
Revert ".travis.yml: disable s390x target since Travis-CI infra is KO regarding this"
This reverts commit 11d2e04051001a38f45a27bac7167b483ee94650.
This is now stable again
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 073d06e8..0091d31a 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: |
