BUILD: travis-ci: enable regular s390x builds

Previous patch didn't only disable removal of the reg-test but
disabled s390x entirely. Now we enable it like other platforms.
This is an attempt at fixing build issue #504.
This commit is contained in:
Willy Tarreau 2020-03-13 04:10:31 +01:00
parent ac3bf3e042
commit d726386421
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ matrix:
if: type != cron
compiler: clang
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d
- os: linux
arch: s390x
if: type != cron
compiler: gcc
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d
- os: linux
if: type == cron
compiler: clang